Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af65018 commit 74dd846Copy full SHA for 74dd846
package.json
@@ -31,6 +31,7 @@
31
"babel-loader": "^5.1.4",
32
"browser-sync": "^2.7.7",
33
"css-loader": "^0.14.5",
34
+ "csscomb": "^3.1.7",
35
"del": "^1.2.0",
36
"eslint": "^0.22.1",
37
"eslint-loader": "^0.12.0",
@@ -65,7 +66,8 @@
65
66
},
67
"scripts": {
68
"start": "node server.js",
- "lint": "eslint src gulpfile.babel.js webpack.config.js",
69
+ "lint": "eslint src gulpfile.babel.js webpack.config.js && csscomb src/components --lint",
70
+ "comb": "csscomb src/components --verbose",
71
"test": "eslint src && jest",
72
"build": "gulp build",
73
"serve": "gulp serve",
0 commit comments