Marco Zeisler 3ab10859d7 move template to ./template;
added global README.md;
2020-11-17 19:43:35 +01:00

18 lines
278 B
JavaScript

module.exports = {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript"
],
"rules": {
"indent": ["warn", 2]
},
"parserOptions": {
"parser": "@typescript-eslint/parser"
}
};