...
|
...
|
@@ -13,7 +13,7 @@ |
|
|
"online": "NODE_ENV=\"production\" node app.js",
|
|
|
"debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js",
|
|
|
"lint-js": "eslint -c .eslintrc --cache .",
|
|
|
"lint-css": "stylelint --syntax scss --config .stylelintrc public/scss/**/*.css",
|
|
|
"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",
|
|
|
"precommit": "node lint.js"
|
...
|
...
|
|