lint update

This commit is contained in:
Mehdi Benadel
2024-05-25 14:39:45 +02:00
parent 67abb5279f
commit 2c81d9a052
5 changed files with 16 additions and 7 deletions

View File

@ -8,9 +8,9 @@
"noImplicitAny": true, // should already be true because of strict:true
"noImplicitThis": true, // should already be true because of strict:true
"noImplicitReturns": true,
"noImplicitOverride": true,
"strictBindCallApply": true, // should already be true because of strict:true
"noUnusedLocals": true,
"noUnusedLocals": false, // works better as a linter error/warning
"removeComments": true,
"sourceMap": true,