Skip to content

Commit

Permalink
fix: add array notation lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 28, 2023
1 parent b2fd8c3 commit 481b28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ module.exports = {
// This rule is off until we can enable tsconfig noUncheckedIndexedAccess
'@typescript-eslint/no-unnecessary-condition': 'off',
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
'@typescript-eslint/array-type': ['error'],
'no-warning-comments': [0],

'react-hooks/rules-of-hooks': 'error',
Expand Down

0 comments on commit 481b28d

Please sign in to comment.