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" : " DISABLE_ESLINT_PLUGIN=true react-scripts start" ,
15
15
"build" : " react-scripts build" ,
16
16
"eject" : " react-scripts eject" ,
17
- "lint-check" : " eslint --cache . --max-warnings 0" ,
17
+ "lint-check" : " eslint --report-unused-disable-directives-severity 0 --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 40
40
"build" : " rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript" ,
41
41
"build-watch" : " yarn build --watch --configIncludeDeclarationMap" ,
42
42
"clean" : " rm -r dist 2>/dev/null || true && rm -f package.tgz 2>/dev/null || true" ,
43
- "lint-check" : " eslint . --cache . --max-warnings 0" ,
43
+ "lint-check" : " eslint . --report-unused-disable-directives-severity 0 --max-warnings 0" ,
44
44
"lint-fix" : " yarn lint-check --fix" ,
45
45
"test" : " jest" ,
46
46
"test-watch" : " yarn test --watch" ,
You can’t perform that action at this time.
0 commit comments