Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
fix: prettier (#355)
Browse files Browse the repository at this point in the history
* fix: prettier

* chore: ignore coverage
  • Loading branch information
Noel committed Aug 18, 2021
1 parent aa4e0f3 commit db41afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ package.json
.travis.yml
*.md
*.html
dist
dist
coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:build": "cross-env TEST_ENV=unit jest -c jest.build.config.js",
"test:integration": "cross-env TEST_ENV=integration jest -c jest.iconfig.js --runInBand --verbose --collectCoverage=false",
"release": "yarn bootstrap && yarn bundle && lerna publish --exact",
"prettier": "prettier --write '**/*.{ts,tsx,js}' --config .prettierrc",
"prettier": "prettier '**/*.{ts,tsx,js}' --config .prettierrc",
"format": "yarn prettier -- --write",
"lint": "eslint . --ext .ts -c .eslintrc.js",
"validate": "yarn lint && yarn prettier -- --list-different"
Expand Down

0 comments on commit db41afa

Please sign in to comment.