re-organized js files, first attempt of adding Vue SFC

This commit is contained in:
Roberto Tonino
2020-04-16 19:57:34 +02:00
parent 7824aef125
commit dfc30468cf
16 changed files with 875 additions and 322 deletions

View File

@@ -1,9 +1,11 @@
{
"tabWidth": 2,
"useTabs": true,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "none",
"printWidth": 120,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false
}