mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-18 09:32:53 -05:00
Turned down linting strictness for unused variables in TS
This commit is contained in:
parent
2dd455d81c
commit
8b26186891
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
|
||||
/* Linting */
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noFallthroughCasesInSwitch": true
|
||||
},
|
||||
"include": ["src"],
|
||||
|
|
Loading…
Reference in a new issue