chore(npm): update deps, add linter

This commit is contained in:
pypy
2021-08-13 02:57:50 +09:00
parent 025a7bf229
commit aaf4cefd12
5 changed files with 2218 additions and 379 deletions

12
html/.prettierrc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"printWidth": 80,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "always",
"vueIndentScriptAndStyle": true,
"endOfLine": "auto"
}