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 4cef158 commit 40f0517Copy full SHA for 40f0517
.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