Skip to content

Commit

Permalink
chore: rename eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jul 19, 2024
1 parent 9cc4330 commit dbb62a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc → .eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
module.exports = [{
"extends": ["react-app", "plugin:prettier/recommended", "eslint:recommended"],
"plugins": ["react"],
"env": {
Expand Down Expand Up @@ -96,3 +96,4 @@
"react/void-dom-elements-no-children": "error"
}
}
]

0 comments on commit dbb62a2

Please sign in to comment.