Skip to content

Commit

Permalink
fix(basic): disable rules
Browse files Browse the repository at this point in the history
  • Loading branch information
byyuurin committed Feb 28, 2023
1 parent 44e5dae commit 5ab647f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic/index.js
Expand Up @@ -244,6 +244,7 @@ module.exports = {
'@typescript-eslint/no-redeclare': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/comma-dangle': 'off',
'@typescript-eslint/consistent-type-imports': 'off',
},
},
],
Expand Down

0 comments on commit 5ab647f

Please sign in to comment.