mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
This was added back in #17880 to make CI pass for an unrelated change. This limits the max worker setting to CI environments as removing the setting completely still seems to break on CircleCI.
61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
[ignore]
|
|
.*/scripts/bench/.*
|
|
.*/build/.*
|
|
.*/fixtures/.*
|
|
.*/.tempUserDataDir/.*
|
|
|
|
# These shims are copied into external projects:
|
|
.*/rollup/shims/facebook-www/.*
|
|
.*/rollup/shims/react-native/.*
|
|
|
|
.*/node_modules/@snyk/.*
|
|
.*/node_modules/y18n/.*
|
|
.*/node_modules/chrome-devtools-frontend/.*
|
|
.*/node_modules/devtools-timeline-model/.*
|
|
.*/node_modules/create-react-class/.*
|
|
.*/node_modules/react-native-web/.*
|
|
.*/__mocks__/.*
|
|
.*/__tests__/.*
|
|
|
|
# TODO: noop should get its own inlinedHostConfig entry
|
|
.*/packages/react-noop-renderer/.*
|
|
|
|
%REACT_RENDERER_FLOW_IGNORES%
|
|
|
|
[include]
|
|
./node_modules/
|
|
./packages/
|
|
./scripts/
|
|
|
|
[libs]
|
|
./node_modules/fbjs/flow/lib/dev.js
|
|
./scripts/flow/environment.js
|
|
./scripts/flow/react-devtools.js
|
|
./scripts/flow/react-native-host-hooks.js
|
|
./scripts/flow/react-relay-hooks.js
|
|
./scripts/flow/xplat.js
|
|
|
|
[lints]
|
|
untyped-type-import=error
|
|
|
|
[options]
|
|
%CI_MAX_WORKERS%
|
|
esproposal.class_static_fields=enable
|
|
esproposal.class_instance_fields=enable
|
|
esproposal.optional_chaining=enable
|
|
exact_by_default=true
|
|
munge_underscores=false
|
|
types_first=false
|
|
|
|
well_formed_exports=true
|
|
well_formed_exports.includes=<PROJECT_ROOT>/packages/react-devtools-shared
|
|
well_formed_exports.includes=<PROJECT_ROOT>/packages/react-devtools-shell
|
|
well_formed_exports.includes=<PROJECT_ROOT>/packages/react-devtools-timeline
|
|
well_formed_exports.includes=<PROJECT_ROOT>/packages/scheduler
|
|
|
|
# Substituted by createFlowConfig.js:
|
|
%REACT_RENDERER_FLOW_OPTIONS%
|
|
|
|
[version]
|
|
^0.142.0
|