Skip to content

Commit

Permalink
react-refresh eslint rule: show error instead of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan committed Nov 3, 2024
1 parent 7d7f08b commit fca3fd7
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 @@ -137,7 +137,7 @@
"react/prefer-stateless-function": "off",
"react/prop-types": "off",
"react/require-default-props": "off",
"react-refresh/only-export-components": "warn",
"react-refresh/only-export-components": "error",
"sort-destructure-keys/sort-destructure-keys": 2,
"no-undef": "error"
}
Expand Down

0 comments on commit fca3fd7

Please sign in to comment.