Skip to content

Commit

Permalink
improvement(esilnt-config) - disable react eslint rules which are not…
Browse files Browse the repository at this point in the history
… relevant for TS components (#8451)
  • Loading branch information
GiladShoham authored Jan 29, 2024
1 parent 59a37bb commit 29ba4d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scopes/react/eslint-config-bit-react/bit-react-eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ module.exports = {
'import/prefer-default-export': 'off',
'react/jsx-props-no-spreading': 'off',
'react/no-array-index-key': 'off',
'react/prop-types': 'off',
'react/require-default-props': 'off',
'trailing-comma': 'off',
'@typescript-eslint/comma-dangle': 'off',
'object-curly-newline': 'off',
Expand Down

0 comments on commit 29ba4d8

Please sign in to comment.