chore(package): enforce no errors on lint and update packages

This commit is contained in:
Joao Fidelis 2018-04-15 11:44:40 -03:00
parent d8d6a5b601
commit 00f4f4c137
2 changed files with 563 additions and 75 deletions

View File

@ -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"
},
@ -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",

632
yarn.lock

File diff suppressed because it is too large Load Diff