Skip to content

Commit 8e6eae4

Browse files
chore: Removed a reference to a previous attempted plugin
1 parent 80c6d74 commit 8e6eae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"plugin:import/recommended",
1919
"plugin:@react-three/recommended"
2020
],
21-
"plugins": [ "@typescript-eslint", "react", "react-hooks", "import", "simple-import-sort", "unused-imports", "prettier", "@react-three" ],
21+
"plugins": [ "@typescript-eslint", "react", "react-hooks", "import", "unused-imports", "prettier", "@react-three" ],
2222
"rules": {
2323
"import/no-unresolved": "off",
2424
"import/named": "off",

0 commit comments

Comments
 (0)