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

Commit

Permalink
chore(package): enforce no errors on lint and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfidelis committed Apr 15, 2018
1 parent d8d6a5b commit 00f4f4c
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 75 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"generate-changelog": "1.7.0",
"husky": "^0.14.3",
"idx": "2.2.0",
"lint-staged": "^5.0.0",
"lint-staged": "^7.0.0",
"minimist": "1.2.0",
"pre-commit": "^1.2.2",
"prettier": "^1.9.2",
"prettier": "^1.12.0",
"react-native": "^0.55.2",
"simple-git": "1.89.0"
},
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"scripts": {
"commitmsg": "commitlint -e $GIT_PARAMS",
"lint": "eslint src",
"lint": "eslint src --max-warnings=0",
"lint:staged": "lint-staged",
"prettier": "prettier --write --single-quote true --trailing-comma all --print-width 100",
"release:major": "node ./changelog --major && npm version major && git push origin && git push origin --follow-tags",
Expand Down

0 comments on commit 00f4f4c

Please sign in to comment.