Skip to content

Commit

Permalink
disable lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Sep 3, 2024
1 parent 4b0607f commit dbc0f44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/design-system-v3/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
'react-refresh/only-export-components': 'off',
},
}

0 comments on commit dbc0f44

Please sign in to comment.