Skip to content

Commit

Permalink
build: don't allow warnings when linting (react-native-maps#4145)
Browse files Browse the repository at this point in the history
  • Loading branch information
monholm authored and salah ghanim committed Apr 5, 2023
1 parent 3447e7c commit 71d4f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "0.30.1",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"lint": "eslint . --max-warnings 0",
"test": "jest",
"prepare": "husky install",
"release": "semantic-release"
Expand Down

0 comments on commit 71d4f9f

Please sign in to comment.