Skip to content

Commit

Permalink
build: remove some unncessary autofix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithpal-Sooriya committed Feb 14, 2025
1 parent 8c81e3a commit 0af7a9a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,8 @@ module.exports = {
rules: {
'react/no-unused-prop-types': 'warn',
'react/no-unused-state': 'warn',
'react/jsx-boolean-value': 'warn',
'react/jsx-curly-brace-presence': [
'warn',
{
props: 'never',
children: 'never',
},
],
'react/jsx-boolean-value': 'off',
'react/jsx-curly-brace-presence': 'off',
'react/no-deprecated': 'warn',
'react/default-props-match-prop-types': 'warn',
'react/jsx-no-duplicate-props': 'warn',
Expand Down

0 comments on commit 0af7a9a

Please sign in to comment.