Skip to content

Commit

Permalink
chore(scripts): do not lint ts and tsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Oct 26, 2020
1 parent 26250c1 commit b1e8426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"changelog": "conventional-changelog -p @commitlint/config-conventional -s -i CHANGELOG.md && prettier CHANGELOG.md --write",
"doc": "tsc && jsdoc2md src/index.js > API.md && prettier API.md --write",
"dupe-check": "yarn jsinspect ./src",
"lint": "eslint . --cache --ext js,jsx,ts,tsx --ignore-path .gitignore",
"lint": "eslint . --cache --ext js,jsx --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",
Expand Down

0 comments on commit b1e8426

Please sign in to comment.