mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor: add noImplicitOverride rule
This commit is contained in:
parent
b8ef9509b7
commit
0da1a080c6
4 changed files with 8 additions and 7 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": false,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitOverride": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"target": "ES2015",
|
||||
"resolveJsonModule": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue