Skip to content

Commit

Permalink
chore: fix eslint versioning and config
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jul 19, 2024
1 parent 053c48b commit acf0220
Show file tree
Hide file tree
Showing 9 changed files with 16,105 additions and 41,054 deletions.
9 changes: 1 addition & 8 deletions eslint.config.mjs → .eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import pluginReactConfig from "eslint-plugin-react/configs/recommended.js";


export default [
{
"extends": ["react-app", "plugin:prettier/recommended", "eslint:recommended"],
"plugins": ["react"],
Expand Down Expand Up @@ -101,5 +95,4 @@ export default [
"react/sort-comp": "warn",
"react/void-dom-elements-no-children": "error"
}
}
];
}
Loading

0 comments on commit acf0220

Please sign in to comment.