|
@@ -96,7 +96,7 @@
|
96
|
96
|
"test": "npm run test:app",
|
97
|
97
|
"test:app": "react-scripts test --env=jsdom --passWithNoTests",
|
98
|
98
|
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
|
99
|
|
- "test:code": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
|
|
99
|
+ "test:code": "eslint --max-warnings=0 --ignore-path .gitignore --ext .js,.ts,.tsx .",
|
100
|
100
|
"test:typecheck": "tsc",
|
101
|
101
|
"test:other": "npm run prettier -- --list-different"
|
102
|
102
|
},
|