Skip to content

Commit

Permalink
fix: disable more rules which conflict with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Jan 17, 2022
1 parent e4b1353 commit 85b04b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'@typescript-eslint/no-var-requires': 0,
'@typescript-eslint/no-empty-interface': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-extra-semi': 0,
'@typescript-eslint/no-unused-vars': 'error',
'brace-style': 0,
'comma-dangle': 0,
Expand All @@ -26,5 +27,7 @@ module.exports = {
'no-use-before-define': 0,
'no-var': ['error'],
'prefer-template': 'error',
'quotes': 0,
'space-before-function-paren': 0,
}
}

0 comments on commit 85b04b4

Please sign in to comment.