no-explicit-any 등록

This commit is contained in:
2023-08-06 14:27:30 +00:00
parent 31fa264160
commit 4b6d48850e
6 changed files with 30 additions and 3 deletions
+4 -1
View File
@@ -10,6 +10,9 @@ module.exports = {
'@vue/eslint-config-prettier/skip-formatting'
],
parserOptions: {
ecmaVersion: 'latest'
ecmaVersion: 'latest',
},
rules: {
"@typescript-eslint/no-explicit-any": "warn",
}
}