mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-16 11:42:25 +08:00
added unused vars ignore patters
This commit is contained in:
parent
8dce406786
commit
72ba88a917
1 changed files with 4 additions and 1 deletions
|
@ -70,7 +70,10 @@
|
|||
"@typescript-eslint/explicit-function-return-type": ["error"],
|
||||
"@typescript-eslint/ban-ts-comment": "off",
|
||||
"@typescript-eslint/no-empty-function": "error",
|
||||
"@typescript-eslint/no-unused-vars": "error",
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"error",
|
||||
{ "argsIgnorePattern": "^(_|e|event)" }
|
||||
],
|
||||
"@typescript-eslint/no-var-requires": "error"
|
||||
}
|
||||
// "parserOptions": {
|
||||
|
|
Loading…
Add table
Reference in a new issue