|
@@ -48,6 +48,7 @@ module.exports = {
|
|
|
'newlines-between': 'always',
|
|
'newlines-between': 'always',
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
|
|
+ '@typescript-eslint/consistent-type-imports': 'warn',
|
|
|
'@typescript-eslint/no-explicit-any': 'off',
|
|
'@typescript-eslint/no-explicit-any': 'off',
|
|
|
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
|
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
|
|
indent: [
|
|
indent: [
|