@ -0,0 +1,8 @@
.nuxt/
assets/
coverage/
dist/
node_modules/
static/
*.html
*.md
@ -0,0 +1,6 @@
{
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}