mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-09-03 11:53:24 +00:00
Fix linter for unused parameters
This commit is contained in:
committed by
Christopher Serr
parent
409284705f
commit
2e23cf2a4e
+2
-1
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user