Remove --quiet from lint script

This commit is contained in:
Brandon Presley 2022-11-01 20:00:51 +13:00
parent 58b2990ab2
commit 306f13214a
1 changed files with 1 additions and 1 deletions

View File

@ -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",