Upgrade prettier to latest (v1.18.2)
Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
Showing
... | @@ -191,7 +191,7 @@ | ... | @@ -191,7 +191,7 @@ |
"nodemon": "^1.18.9", | "nodemon": "^1.18.9", | ||
"pixelmatch": "^4.0.2", | "pixelmatch": "^4.0.2", | ||
"postcss": "^7.0.14", | "postcss": "^7.0.14", | ||
"prettier": "1.16.4", | "prettier": "1.18.2", | ||
"stylelint": "^9.10.1", | "stylelint": "^9.10.1", | ||
"stylelint-config-recommended": "^2.1.0", | "stylelint-config-recommended": "^2.1.0", | ||
"stylelint-scss": "^3.5.4", | "stylelint-scss": "^3.5.4", | ||
... | ... |
Please register or sign in to comment