fix: rule name

This commit is contained in:
Naomi Carrigan 2024-06-25 18:42:40 -07:00
parent e62cf705ab
commit 94b30a6051
No known key found for this signature in database
GPG Key ID: 7019A402E94A9808

View File

@ -75,7 +75,7 @@ module.exports = {
"import/no-unresolved": "allow", "import/no-unresolved": "allow",
"import/no-self-import": "error", "import/no-self-import": "error",
"import/no-anonymous-default-export": "warn", "import/no-anonymous-default-export": "warn",
"import/no-useless-oath-segments": "warn", "import/no-useless-path-segments": "warn",
"no-only-tests/no-only-tests": [ "no-only-tests/no-only-tests": [
"warn", "warn",
{ {