Skip to content

Commit

Permalink
chore(scripts): expand coverage of eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jun 8, 2020
1 parent be6a059 commit 412c2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"doc": "jsdoc2md src/index.js > API.md && prettier API.md --write",
"dupe-check": "yarn jsinspect ./src",
"jest": "jest src --coverage",
"lint": "eslint src/**/*.js",
"prettier": "prettier ** --write",
"lint": "eslint . --cache --ext js,jsx,ts,tsx",
"prettier": "prettier . --write --ignore-path .gitignore",
"test": "yarn lint && yarn test-only",
"test-coverage": "cross-env NODE_ENV=test jest --coverage --runInBand",
"test-only": "cross-env NODE_ENV=test jest --detectOpenHandles --runInBand"
Expand Down

0 comments on commit 412c2e2

Please sign in to comment.