Skip to content

Commit

Permalink
upgrade eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Jun 1, 2024
1 parent a546eba commit b4a07cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ export default [

'react/react-in-jsx-scope': 'off',

'react-refresh/only-export-components': [
'warn',
{
allowConstantExport: true,
},
],

'import/extensions': [
'warn',
'ignorePackages',
Expand Down

0 comments on commit b4a07cc

Please sign in to comment.