Authored by 郭成尧

lint-css-rule-modified

@@ -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"