diff --git a/package.json b/package.json index 2fbe4ff8..84296f17 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "test": "npm run test:app", "test:app": "react-scripts test --env=jsdom --passWithNoTests", "test:debug": "react-scripts --inspect-brk test --runInBand --no-cache", - "test:code": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .", + "test:code": "eslint --max-warnings=0 --ignore-path .gitignore --ext .js,.ts,.tsx .", "test:typecheck": "tsc", "test:other": "npm run prettier -- --list-different" },