Skip to content

Commit

Permalink
fix ci and update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Safouene1 committed Apr 25, 2024
1 parent 18752c0 commit f6d9744
Show file tree
Hide file tree
Showing 9 changed files with 3,053 additions and 155 deletions.
22 changes: 22 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended"
],
"plugins": ["react", "react-hooks"],
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"browser": true,
"es2020": true
},
"rules": {
"react/react-in-jsx-scope": "off"
}
}
21 changes: 0 additions & 21 deletions eslint.config.js

This file was deleted.

Loading

0 comments on commit f6d9744

Please sign in to comment.