Skip to content

Commit

Permalink
some eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
PS1242 committed Jun 23, 2023
1 parent 152855e commit 537b639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ module.exports = {
plugins: ["react-refresh"],
rules: {
"react-refresh/only-export-components": "warn",
"react/prop-types": "off",
"no-unused-vars": "off",
},
};

0 comments on commit 537b639

Please sign in to comment.