Skip to content

Commit 053c48b

Browse files
committed
eslint: move config file
1 parent 9272839 commit 053c48b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
module.exports = [{
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 [
7+
{
28
"extends": ["react-app", "plugin:prettier/recommended", "eslint:recommended"],
39
"plugins": ["react"],
410
"env": {
@@ -96,4 +102,4 @@ module.exports = [{
96102
"react/void-dom-elements-no-children": "error"
97103
}
98104
}
99-
]
105+
];

0 commit comments

Comments
 (0)