...
|
...
|
@@ -17,7 +17,8 @@ |
|
|
"lint-css": "stylelint --syntax scss --config .stylelintrc 'public/scss/**/*.css'",
|
|
|
"lint-vue-js": "eslint -c .eslintrc --cache public/vue",
|
|
|
"lint-vue-css": "stylelint --syntax scss --extract --config .stylelintrc 'public/scss/**/*.vue'",
|
|
|
"precommit": "node lint.js"
|
|
|
"lint-all": "node lint-all.js",
|
|
|
"precommit": "node lint-commit.js"
|
|
|
},
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
...
|
...
|
@@ -86,6 +87,7 @@ |
|
|
"style-loader": "^0.16.0",
|
|
|
"stylelint": "^7.9.0",
|
|
|
"stylelint-config-yoho": "^1.2.8",
|
|
|
"stylelint-formatter-table": "^1.0.2",
|
|
|
"stylelint-processor-html": "^1.0.0",
|
|
|
"stylelint-webpack-plugin": "^0.7.0",
|
|
|
"vue": "^2.1.10",
|
...
|
...
|
|