mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02: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…
x
Reference in New Issue
Block a user