Skip to content

Commit

Permalink
fix(rule): fixed a rule options
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaPontrandolfo committed Nov 1, 2022
1 parent 471d423 commit 204ac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ const reactHandPickedRules = {
'react/jsx-no-useless-fragment': [2, { allowExpressions: true }],
'react/jsx-boolean-value': 2,
'react/jsx-fragments': 2,
'react/hook-use-state': [2, { allowDestructuredState: false }],
'react/hook-use-state': 2,
'react/destructuring-assignment': 2,
'react/no-multi-comp': 2,
'react/no-array-index-key': 2,
Expand Down

0 comments on commit 204ac85

Please sign in to comment.