File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/react-hook-tracer-demo
packages/react-hook-tracer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
"start" : " react-scripts start" ,
15
15
"build" : " react-scripts build" ,
16
16
"eject" : " react-scripts eject" ,
17
- "lint-check" : " eslint --cache ." ,
17
+ "lint-check" : " eslint --cache . --max-warnings 0 " ,
18
18
"lint-fix" : " yarn lint-check --fix" ,
19
19
"test" : " react-scripts test --watchAll=false" ,
20
20
"type-check" : " tsc" ,
Original file line number Diff line number Diff line change 41
41
"build-watch" : " yarn build --watch --configIncludeDeclarationMap" ,
42
42
"copy-css" : " mkdir -p dist/components && cp src/components/*.css dist/components" ,
43
43
"clean" : " rm -r dist 2>/dev/null || true && rm -f package.tgz 2>/dev/null || true" ,
44
- "lint-check" : " eslint . --cache ." ,
44
+ "lint-check" : " eslint . --cache . --max-warnings 0 " ,
45
45
"lint-fix" : " yarn lint-check --fix" ,
46
46
"test" : " jest" ,
47
47
"test-watch" : " yarn test --watch" ,
You can’t perform that action at this time.
0 commit comments