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

@ -12,8 +12,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
"allowSyntheticDefaultImports": true, // Seems necessary for peertube types to work
"isolatedModules": true, // Needed by esbuild https://esbuild.github.io/content-types/#isolated-modules
"esModuleInterop": true, // Needed by esbuild https://esbuild.github.io/content-types/#es-module-interop