chore: removing lint change committed by mistake
This commit is contained in:
parent
56a5ba2b52
commit
be2d0c6304
|
@ -6,7 +6,7 @@
|
||||||
"start": "react-native start",
|
"start": "react-native start",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test-update": "jest --updateSnapshot",
|
"test-update": "jest --updateSnapshot",
|
||||||
"lint": "eslint . --quiet && tsc",
|
"lint": "eslint . && tsc",
|
||||||
"prettier-lint": "prettier --write . && yarn lint",
|
"prettier-lint": "prettier --write . && yarn lint",
|
||||||
"ci": "npm run precommit && codecov",
|
"ci": "npm run precommit && codecov",
|
||||||
"ios": "npx react-native run-ios",
|
"ios": "npx react-native run-ios",
|
||||||
|
|
Loading…
Reference in New Issue