We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15336ad commit 3d4ff0bCopy full SHA for 3d4ff0b
package.json
@@ -27,8 +27,8 @@
27
"test": "yarn test:lint && yarn test:unit",
28
"test:unit": "react-scripts test --env=jsdom",
29
"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",
+ "test:lint": "eslint ./src --max-warnings=0",
+ "test:lint:ci": "eslint ./src --max-warnings=0 --format junit -o reports/eslint-junit.xml",
32
"eject": "react-scripts eject"
33
}
34
0 commit comments