We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc4330 commit dbb62a2Copy full SHA for dbb62a2
.eslintrc .eslint.config.js.eslintrc renamed to .eslint.config.js
@@ -1,4 +1,4 @@
1
-{
+module.exports = [{
2
"extends": ["react-app", "plugin:prettier/recommended", "eslint:recommended"],
3
"plugins": ["react"],
4
"env": {
@@ -96,3 +96,4 @@
96
"react/void-dom-elements-no-children": "error"
97
}
98
99
+]
0 commit comments