Skip to content

Commit

Permalink
chore(deps-dev): Bump prettier from 2.0.1 to 2.0.3 (#148)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump prettier from 2.0.1 to 2.0.3

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier@2.0.1...2.0.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* test: run prettier after eslint

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <[email protected]>
  • Loading branch information
dependabot-preview[bot] and erunion authored Apr 6, 2020
1 parent 950cd1f commit 7e55757
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run prettier && npm run lint",
"pretest": "npm run lint && npm run prettier",
"prettier": "prettier --list-different --write \"./**/**.js\"",
"test": "jest --coverage"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/tooling/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e55757

Please sign in to comment.