diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-10-09 15:25:53 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2018-10-09 15:25:53 +0000 |
commit | d76190371c1ab3ab08f11604aa06196c2acd7138 (patch) | |
tree | 6612104ab5d7910ba84079982ea4ad5388c05865 /package.json | |
parent | b46894b15b6840c1cc8300120e2fd2ccb0dcc97f (diff) | |
download | gitlab-ce-d76190371c1ab3ab08f11604aa06196c2acd7138.tar.gz |
Resolve "Harmonize prettier and eslint configs"
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 35984e6d81f..ac9a73cd2c9 100644 --- a/package.json +++ b/package.json @@ -121,6 +121,7 @@ "commander": "^2.18.0", "eslint": "~5.6.0", "eslint-config-airbnb-base": "^13.1.0", + "eslint-config-prettier": "^3.1.0", "eslint-import-resolver-webpack": "^0.10.1", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-html": "4.0.5", @@ -144,7 +145,7 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.0-beta.0", "nodemon": "^1.18.4", - "prettier": "1.12.1", + "prettier": "1.14.3", "webpack-dev-server": "^3.1.8" } } |