Skip to content

Commit

Permalink
chore(scripts): use gitignore for ignore-path options
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jul 7, 2020
1 parent 0301444 commit cbfbb90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .prettierignore

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"doc": "jsdoc2md src/index.js > API.md && prettier API.md --write",
"dupe-check": "yarn jsinspect ./src",
"jest": "jest src --coverage",
"lint": "eslint . --cache --ext js,jsx,ts,tsx",
"prettier": "prettier . --write",
"lint": "eslint . --cache --ext js,jsx,ts,tsx --ignore-path .gitignore",
"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 cbfbb90

Please sign in to comment.