|
@@ -107,7 +107,7 @@
|
|
|
"start": "react-scripts start",
|
|
|
"test:all": "yarn test:typecheck && yarn test:code && yarn test:other && yarn test:app --watchAll=false",
|
|
|
"test:app": "react-scripts test --passWithNoTests",
|
|
|
- "test:code": "eslint --max-warnings=0 --ext .js,.ts,.tsx .",
|
|
|
+ "test:code": "eslint --ext .js,.ts,.tsx .",
|
|
|
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
|
|
|
"test:other": "yarn prettier --list-different",
|
|
|
"test:typecheck": "tsc",
|