From 306f13214a0756947d2a04b5718df28740d2d10e Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 1 Nov 2022 20:00:51 +1300 Subject: [PATCH] Remove --quiet from lint script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c144335..669545e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "release": "react-native run-android --variant=release", "start": "react-native start", "test": "jest", - "lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet" + "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { "@babel/plugin-transform-flow-strip-types": "^7.19.0",