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:
parent
421aded196
commit
eda3d19772
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue