Skip to content

Commit 7796afa

Browse files
committed
chore: fix eslint versioning and config
1 parent 053c48b commit 7796afa

File tree

3 files changed

+16093
-41039
lines changed

3 files changed

+16093
-41039
lines changed

eslint.config.mjs renamed to .eslintrc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
import globals from "globals";
2-
import pluginJs from "@eslint/js";
3-
import pluginReactConfig from "eslint-plugin-react/configs/recommended.js";
4-
5-
6-
export default [
71
{
82
"extends": ["react-app", "plugin:prettier/recommended", "eslint:recommended"],
93
"plugins": ["react"],
@@ -101,5 +95,4 @@ export default [
10195
"react/sort-comp": "warn",
10296
"react/void-dom-elements-no-children": "error"
10397
}
104-
}
105-
];
98+
}

0 commit comments

Comments
 (0)