Skip to content

Commit

Permalink
feat(basic): disable consistent-type-imports in markdown file (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Dec 12, 2022
1 parent 151a6ef commit b58283d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic/index.js
Expand Up @@ -169,6 +169,7 @@ module.exports = {
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/comma-dangle': 'off',
'@typescript-eslint/consistent-type-imports': 'off',
'import/no-unresolved': 'off',
'no-alert': 'off',
'no-console': 'off',
Expand Down

0 comments on commit b58283d

Please sign in to comment.