no-explicit-any 등록
This commit is contained in:
+4
-1
@@ -10,6 +10,9 @@ module.exports = {
|
||||
'@vue/eslint-config-prettier/skip-formatting'
|
||||
],
|
||||
parserOptions: {
|
||||
ecmaVersion: 'latest'
|
||||
ecmaVersion: 'latest',
|
||||
},
|
||||
rules: {
|
||||
"@typescript-eslint/no-explicit-any": "warn",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user