chore: removing lint change committed by mistake

This commit is contained in:
AlexAlexandre 2021-10-01 21:33:32 -03:00
parent 56a5ba2b52
commit be2d0c6304
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"start": "react-native start",
"test": "jest",
"test-update": "jest --updateSnapshot",
"lint": "eslint . --quiet && tsc",
"lint": "eslint . && tsc",
"prettier-lint": "prettier --write . && yarn lint",
"ci": "npm run precommit && codecov",
"ios": "npx react-native run-ios",