Merge branch 'tz-stylelint' into 'master'
Added Stylelint Setup See merge request gitlab-org/gitlab-ce!25148
Showing
.stylelintrc
0 → 100644
... | ... | @@ -16,6 +16,7 @@ |
"prettier-staged-save": "node ./scripts/frontend/prettier.js save", | ||
"prettier-all": "node ./scripts/frontend/prettier.js check-all", | ||
"prettier-all-save": "node ./scripts/frontend/prettier.js save-all", | ||
"stylelint": "node node_modules/stylelint/bin/stylelint.js app/assets/stylesheets/**/*.*", | ||
"webpack": "webpack --config config/webpack.config.js", | ||
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" | ||
}, | ||
... | ... | @@ -168,7 +169,11 @@ |
"karma-webpack": "^4.0.0-beta.0", | ||
"nodemon": "^1.18.9", | ||
"pixelmatch": "^4.0.2", | ||
"postcss": "^7.0.14", | ||
"prettier": "1.16.1", | ||
"stylelint": "^9.10.1", | ||
"stylelint-config-recommended": "^2.1.0", | ||
"stylelint-scss": "^3.5.3", | ||
"vue-jest": "^3.0.2", | ||
"webpack-dev-server": "^3.1.14", | ||
"yarn-deduplicate": "^1.1.0" | ||
... | ... |
Please register or sign in to comment