Skip to content

Commit

Permalink
chore(deps): upgrade lint to new major version (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknathan authored Aug 6, 2024
1 parent ffc5e9c commit e49669a
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 498 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default tseslint.config(
},
rules: {
eqeqeq: 'error',
'@typescript-eslint/ban-types': [
'@typescript-eslint/no-restricted-types': [
'error',
{
types: {
Expand All @@ -28,7 +28,6 @@ export default tseslint.config(
suggest: ['undefined'],
},
},
extendDefaults: true,
},
],
'no-unused-vars': 'off',
Expand Down
Loading

0 comments on commit e49669a

Please sign in to comment.