Skip to content

Commit 3d4ff0b

Browse files
committed
Set maximum warnings to 0
1 parent 15336ad commit 3d4ff0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"test": "yarn test:lint && yarn test:unit",
2828
"test:unit": "react-scripts test --env=jsdom",
2929
"test:unit:ci": "CI=true JEST_JUNIT_OUTPUT=reports/jest-junit.xml react-scripts test --testResultsProcessor ./node_modules/jest-junit --env=jsdom",
30-
"test:lint": "eslint ./src",
31-
"test:lint:ci": "eslint ./src --format junit -o reports/eslint-junit.xml",
30+
"test:lint": "eslint ./src --max-warnings=0",
31+
"test:lint:ci": "eslint ./src --max-warnings=0 --format junit -o reports/eslint-junit.xml",
3232
"eject": "react-scripts eject"
3333
}
3434
}

0 commit comments

Comments
 (0)