Skip to content

Commit

Permalink
chore(lint): reset the severity of the export components rule
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdickerson committed May 8, 2024
1 parent 17e20f1 commit cead867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ module.exports = {
},
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': 'error',
'react-refresh/only-export-components': 'warn',
},
};

0 comments on commit cead867

Please sign in to comment.