Skip to content

Commit

Permalink
fix: disable bug rules
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Sep 26, 2021
1 parent d54edec commit aca258d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ module.exports = {
],
overrides: basic.overrides,
rules: {
// Disable bug rules
'import/named': 'off',

// TS
'no-useless-constructor': 'off',
'@typescript-eslint/semi': ['error', 'never'],
Expand Down

0 comments on commit aca258d

Please sign in to comment.