mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-18 06:47:01 +08:00
chore: update planned rule
This commit is contained in:
parent
30f0241df9
commit
ccdc774e72
1 changed files with 5 additions and 2 deletions
|
|
@ -40,8 +40,11 @@
|
|||
"@typescript-eslint/no-empty-function": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-var-requires": "off",
|
||||
// "@typescript-eslint/no-floating-promises": "error" // consider adding these
|
||||
// "@typescript-eslint/strict-boolean-expressions": "warn",
|
||||
// "@typescript-eslint/no-floating-promises": "error", // consider adding these
|
||||
// "@typescript-eslint/strict-boolean-expressions": [
|
||||
// "warn",
|
||||
// { "allowNullableBoolean": true }
|
||||
// ],
|
||||
// "import/default": "off",
|
||||
"import/no-unresolved": [
|
||||
"error",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue