Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 11, 2023
1 parent 67f654b commit 93095c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"rules": {
"react/react-in-jsx-scope": "off"
},
"ignorePatterns": ["build/**"],
"ignorePatterns": ["build/**", "build.mjs"],
"settings": {
"react": {
"version": "detect"
Expand Down

0 comments on commit 93095c2

Please sign in to comment.