mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-05 19:23:26 +08:00
rules and overrides
This commit is contained in:
parent
bfdd86b7e8
commit
e0b6e4a954
1 changed files with 4 additions and 2 deletions
|
@ -59,7 +59,8 @@
|
|||
}
|
||||
],
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off"
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-var-requires": "off"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
|
@ -69,7 +70,8 @@
|
|||
"@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",
|
||||
"@typescript-eslint/no-var-requires": "error"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue