Skip to content

Commit

Permalink
fix: @typescript-eslint/no-var-requires rule, disable complexity rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Jan 22, 2022
1 parent bc4ce00 commit 1c39270
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ module.exports = {
'prettier',
],
rules: {
'@typescript-eslint/no-var-requires': 0,
'complexity': ['error', { max: 10 }],
'no-console': [
'error',
{ allow: ['warn', 'error', 'info'] },
Expand Down

0 comments on commit 1c39270

Please sign in to comment.