Skip to content

Commit 40f0517

Browse files
committed
chore: rename eslint
1 parent 4cef158 commit 40f0517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc renamed to .eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
module.exports = [{
22
"extends": ["react-app", "plugin:prettier/recommended", "eslint:recommended"],
33
"plugins": ["react"],
44
"env": {
@@ -96,3 +96,4 @@
9696
"react/void-dom-elements-no-children": "error"
9797
}
9898
}
99+
]

0 commit comments

Comments
 (0)