feat: add ts config

This commit is contained in:
Anthony Fu
2019-07-18 04:11:55 +08:00
parent 25922716ee
commit b025b09a5f
8 changed files with 77 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
},
extends: [
'@antfu/eslint-config',
'@antfu/eslint-config-ts',
'plugin:vue/recommended',
],
plugins: [