Fix linter for unused parameters

This commit is contained in:
wooferzfg
2020-01-31 19:58:52 +01:00
committed by Christopher Serr
parent 409284705f
commit 2e23cf2a4e
+2 -1
View File
@@ -37,7 +37,8 @@
"no-var-keyword": true,
"prefer-object-spread": true,
"strict-type-predicates": true,
"ordered-imports": false
"ordered-imports": false,
"variable-name": ["check-format", "allow-leading-underscores"]
},
"rulesDirectory": []
}