feat: add ts config
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
||||
parser: '@typescript-eslint/parser',
|
||||
},
|
||||
extends: [
|
||||
'@antfu/eslint-config',
|
||||
'@antfu/eslint-config-ts',
|
||||
'plugin:vue/recommended',
|
||||
],
|
||||
plugins: [
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
"eslint-plugin-vue": "5.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.0.1"
|
||||
"eslint": "^6.0.1",
|
||||
"typescript": "^3.5.3"
|
||||
},
|
||||
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user