mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 01:38:18 +00:00
chore(package): enforce no errors on lint and update packages
This commit is contained in:
parent
d8d6a5b601
commit
00f4f4c137
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user