diff --git a/package.json b/package.json index d99575ad1..5e98f3f6c 100644 --- a/package.json +++ b/package.json @@ -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",