fix slow linter

This commit is contained in:
talksik
2022-05-30 06:04:41 -05:00
parent be8b560851
commit 68afcaff25
3 changed files with 17 additions and 8 deletions
+3 -3
View File
@@ -16,9 +16,9 @@
"plugin:react-hooks/recommended",
"plugin:jsx-a11y/recommended"
],
"parser": "@typescript-eslint/parser",
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
},
"parser": "@typescript-eslint/parser"
}
}
}