fix: eslint settings (#787)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#787
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
dpschen 2021-09-25 15:56:06 +00:00 committed by konrad
parent 72627d13c6
commit feb34c8cc1
1 changed files with 6 additions and 2 deletions

View File

@ -78,11 +78,13 @@
"eslintConfig": {
"root": true,
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"plugin:vue/essential",
"@vue/typescript"
],
"rules": {
@ -103,8 +105,10 @@
"never"
]
},
"parser": "vue-eslint-parser",
"parserOptions": {
"parser": "@typescript-eslint/parser"
"parser": "@typescript-eslint/parser",
"ecmaVersion": 2021
},
"ignorePatterns": [
"*.test.*",