prettier: re-enable with new 2.0.1 formatting

Test Plan:
Running `yarn check-pretty` passes as is, and properly fails if a
formatting error is introduced.

wchargin-branch: prettier-2.0.1-reenable
This commit is contained in:
William Chargin 2020-03-21 22:27:55 -07:00
parent 421aded196
commit eda3d19772
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
},
"scripts": {
"prettify": "prettier --write '**/*.js'",
"check-pretty": "prettier --list-different '**/*.js' || echo 'Failures OK during Prettier upgrade'",
"check-pretty": "prettier --list-different '**/*.js'",
"start": "NODE_ENV=development webpack-dev-server --config config/webpack.config.web.js",
"build": "NODE_ENV=production webpack --config config/webpack.config.web.js",
"backend": "NODE_ENV=development webpack --config config/webpack.config.backend.js",