Skip to content

Commit

Permalink
pass npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 16, 2024
1 parent 75bd71a commit 573541c
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 182 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,17 @@ module.exports = {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': [
'error',
{
caughtErrors: 'none',
},
],
'@typescript-eslint/no-unused-expressions': [
'error',
{
allowShortCircuit: true,
},
],
},
};
Loading

0 comments on commit 573541c

Please sign in to comment.