Skip to content

Commit

Permalink
downgrade no-duplicate-key to warning because of false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Aug 27, 2024
1 parent e45ecbd commit c43f7c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const baseConfig = tseslint.config(
'@eslint-react/dom/no-missing-button-type': 'off',
'stylistic/no-multiple-empty-lines': ['error', { max: 1 }],
'@typescript-eslint/no-explicit-any': 'off',
'@eslint-react/no-duplicate-key': 'warn',
},
},
{
Expand Down

0 comments on commit c43f7c7

Please sign in to comment.