Skip to content

Commit

Permalink
Update .eslintrc.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings authored Dec 4, 2023
1 parent 8044f6b commit e85f40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ module.exports = {
],
'react-refresh/only-export-components': ['warn', {allowConstantExport: true}],
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
'@typescript-eslint/no-unused-vars': ['error', { varsIgnorePattern: "_", ignoreRestSiblings: true }],
},
overrides: [
/* Allow require imports for internal scripts */
Expand Down

0 comments on commit e85f40d

Please sign in to comment.