fix: eslint for vue components
Showing
.eslintrc.json
deleted
100644 → 0
.eslintrc.yml
0 → 100644
This diff is collapsed.
Click to expand it.
... | ... | @@ -9,7 +9,7 @@ |
"restart": "node wiki restart", | ||
"build": "node tools/fuse", | ||
"dev": "node tools/fuse -d", | ||
"test": "jest" | ||
"test": "eslint --ext .js,.vue . && jest" | ||
}, | ||
"bin": { | ||
"wiki": "wiki.js" | ||
... | ... | @@ -149,6 +149,7 @@ |
"eslint-plugin-node": "5.2.1", | ||
"eslint-plugin-promise": "3.6.0", | ||
"eslint-plugin-standard": "3.0.1", | ||
"eslint-plugin-vue": "3.13.1", | ||
"fuse-box": "2.4.0", | ||
"graphql-tag": "^2.5.0", | ||
"i18next-xhr-backend": "1.4.3", | ||
... | ... |
This diff is collapsed.
Click to expand it.
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment