...
|
...
|
@@ -17,8 +17,8 @@ |
|
|
"lint-css": "stylelint --syntax scss --config .stylelintrc public/scss/**/*.css",
|
|
|
"lint-vue-js": "eslint -c .eslintrc --cache public/vue/**/*.vue",
|
|
|
"lint-vue-css": "stylelint --syntax scss --extract --config .stylelintrc public/vue/**/*.vue",
|
|
|
"lint-all": "node check.js",
|
|
|
"precommit": "node lint.js"
|
|
|
"lint-all": "node lint-all.js",
|
|
|
"precommit": "node lint-commit.js"
|
|
|
},
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
...
|
...
|
|