@@ -48,6 +48,7 @@ module.exports = {
'newlines-between': 'always',
},
],
+ '@typescript-eslint/consistent-type-imports': 'warn',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
indent: [
@@ -27,7 +27,6 @@ module.exports = {
]],
'@typescript-eslint/no-var-requires': 'off',
- '@typescript-eslint/consistent-type-imports': 'warn',
// set 'warn' temporarily -- 2021.08.02 Yuki Takei
'@typescript-eslint/no-use-before-define': ['warn'],