lint-css-rule-modified
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | "online": "NODE_ENV=\"production\" node app.js", | 13 | "online": "NODE_ENV=\"production\" node app.js", |
14 | "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", | 14 | "debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js", |
15 | "lint-js": "eslint -c .eslintrc --cache .", | 15 | "lint-js": "eslint -c .eslintrc --cache .", |
16 | - "lint-css": "stylelint --syntax scss --config .stylelintrc public/scss/**/*.css", | 16 | + "lint-css": "stylelint --syntax scss --config .stylelintrc 'public/scss/**/*.css'", |
17 | "lint-vue-js": "eslint -c .eslintrc --cache public/vue/**/*.vue", | 17 | "lint-vue-js": "eslint -c .eslintrc --cache public/vue/**/*.vue", |
18 | "lint-vue-css": "stylelint --syntax scss --extract --config .stylelintrc public/vue/**/*.vue", | 18 | "lint-vue-css": "stylelint --syntax scss --extract --config .stylelintrc public/vue/**/*.vue", |
19 | "precommit": "node lint.js" | 19 | "precommit": "node lint.js" |
-
Please register or login to post a comment