fix(eslint-config): update ban-ts-comment

This commit is contained in:
chenjiahan 2020-08-28 17:17:58 +08:00
parent d3909000eb
commit af64a6bedc

View File

@ -56,7 +56,7 @@ module.exports = {
'vue/component-name-in-template-casing': ['error', 'kebab-case'],
// typescript-eslint
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-unused-vars': 'error',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-explicit-any': 'off',