mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add lint for unused locals (#21364)
This commit is contained in:
parent
3be2c38a73
commit
2d3757c37f
@ -8,6 +8,7 @@
|
||||
"moduleResolution": "node",
|
||||
"target": "es2016",
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "./lib",
|
||||
"declaration": true,
|
||||
|
Loading…
Reference in New Issue
Block a user