feat: update to ts

This commit is contained in:
kmacoders
2021-07-08 14:05:18 +07:00
parent ee6cbd3614
commit def757134a
6 changed files with 343 additions and 92 deletions

View File

@@ -4,14 +4,8 @@ module.exports = {
browser: true,
node: true
},
parserOptions: {
parser: 'babel-eslint',
ecmaFeatures: {
legacyDecorators: true
}
},
extends: [
'@nuxtjs',
'@nuxtjs/eslint-config-typescript',
'plugin:nuxt/recommended'
],
plugins: [