Skip to content

Commit

Permalink
Merge branch 'main' into fix/360-styles-import-priority
Browse files Browse the repository at this point in the history
Wystov authored Jul 3, 2024
2 parents f170f03 + 680cbef commit e59b6b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -77,6 +77,18 @@ export default [
...cssImportOrder.configs['recommended'].rules,

'no-undef': 'off',
'no-restricted-exports': [
'warn',
{ 'restrictDefaultExports':
{
'direct': true,
'named': true,
'defaultFrom': true,
'namedFrom': true,
'namespaceFrom': true,
}
}
],
'react/prop-types': 'off',
'react/react-in-jsx-scope': 'off',
'react-refresh/only-export-components': [

0 comments on commit e59b6b3

Please sign in to comment.