feat(basic): disable consistent-type-imports in markdown file (#138)

This commit is contained in:
曾明健 2022-12-13 00:59:58 +08:00 committed by GitHub
parent 151a6ef338
commit b58283d3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,6 +169,7 @@ module.exports = {
'@typescript-eslint/no-use-before-define': 'off', '@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-var-requires': 'off', '@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/comma-dangle': 'off', '@typescript-eslint/comma-dangle': 'off',
'@typescript-eslint/consistent-type-imports': 'off',
'import/no-unresolved': 'off', 'import/no-unresolved': 'off',
'no-alert': 'off', 'no-alert': 'off',
'no-console': 'off', 'no-console': 'off',