diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-03-14 19:32:36 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-03-14 19:32:36 +0000 |
commit | 51e454f3b17ad51d7381c0de0e4a3553bdc362d3 (patch) | |
tree | 798f833d9ac8f253eab28f449931fca51d063867 /package.json | |
parent | d22e7a421eb323e878a86de36a42aab56c2c53ed (diff) | |
download | gitlab-ce-51e454f3b17ad51d7381c0de0e4a3553bdc362d3.tar.gz |
Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 472bdbebda8..deee668ae3b 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "karma": "karma start config/karma.config.js --single-run", "karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run", "karma-start": "karma start config/karma.config.js", + "prettier-staged": "node ./scripts/frontend/prettier.js", + "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", "webpack": "webpack --config config/webpack.config.js", "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, @@ -114,7 +118,7 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "2.0.7", "nodemon": "^1.15.1", - "prettier": "1.9.2", + "prettier": "1.11.1", "webpack-dev-server": "^2.11.2" } } |