File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 },
77 "scripts" : {
88 "build" : " nx run-many --target=build --exclude='@react-docgen-internal/*'" ,
9- "lint" : " eslint . --flag v10_config_lookup_from_file -- report-unused-disable-directives --max-warnings=0" ,
10- "fix" : " eslint . --flag v10_config_lookup_from_file -- fix --report-unused-disable-directives --max-warnings=0" ,
9+ "lint" : " eslint . --report-unused-disable-directives --max-warnings=0" ,
10+ "fix" : " eslint . --fix --report-unused-disable-directives --max-warnings=0" ,
1111 "test" : " nx run-many --target=test --exclude='@react-docgen-internal/*' --output-style=stream" ,
1212 "copy:changelog:react-docgen" : " cp ./packages/react-docgen/CHANGELOG.md ./packages/website/src/app/docs/release-notes/react-docgen/page.mdx" ,
1313 "copy:changelog:cli" : " cp ./packages/react-docgen-cli/CHANGELOG.md ./packages/website/src/app/docs/release-notes/cli/page.mdx" ,
You can’t perform that action at this time.
0 commit comments