Updated eslint config & prepared ts config #133

Closed
KevinMidboe wants to merge 2 commits from fix/eslint into chore/only-api-src-files
Showing only changes of commit 957d4cc110 - Show all commits

View File

@@ -5,6 +5,5 @@
"singleQuote": false, "singleQuote": false,
"bracketSpacing": true, "bracketSpacing": true,
"arrowParens": "avoid", "arrowParens": "avoid",
"vueIndentScriptAndStyle": false,
"trailingComma": "none" "trailingComma": "none"
} }