Merge branch 'mg-update-prettier-script' into 'master'
Fix/update prettier script See merge request gitlab-org/gitlab-ce!22476
Showing
... | ... | @@ -10,7 +10,7 @@ |
"karma-coverage": "BABEL_ENV=coverage karma start --single-run true config/karma.config.js", | ||
"karma-start": "BABEL_ENV=karma karma start config/karma.config.js", | ||
"postinstall": "node ./scripts/frontend/postinstall.js", | ||
"prettier-staged": "node ./scripts/frontend/prettier.js", | ||
"prettier-staged": "node ./scripts/frontend/prettier.js check", | ||
"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", | ||
... | ... | @@ -126,7 +126,6 @@ |
"eslint-plugin-jasmine": "^2.10.1", | ||
"gettext-extractor": "^3.3.2", | ||
"gettext-extractor-vue": "^4.0.1", | ||
"ignore": "^3.3.7", | ||
"istanbul": "^0.4.5", | ||
"jasmine-core": "^2.9.0", | ||
"jasmine-diff": "^0.1.3", | ||
... | ... |
Please register or sign in to comment