Skip to content

Commit

Permalink
chore: better lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
mds1 authored and apbendi committed Feb 20, 2023
1 parent 12a8203 commit 380a7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/unbound-method': ['error', { ignoreStatic: true }],
'@typescript-eslint/no-unused-vars': ['error', { ignoreRestSiblings: true }],
'@typescript-eslint/restrict-template-expressions': 'error',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
},
},
Expand Down
2 changes: 1 addition & 1 deletion umbra-js/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: '../.eslintrc',
extends: '../.eslintrc.js',
parserOptions: {
project: 'tsconfig.json',
parser: '@typescript-eslint/parser',
Expand Down

0 comments on commit 380a7e2

Please sign in to comment.