mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Prettier 3.3 (which we're on) should support modern flow features according to https://prettier.io/blog/2024/06/01/3.3.0
44 lines
847 B
Plaintext
44 lines
847 B
Plaintext
[ignore]
|
|
.*/scripts/bench/.*
|
|
.*/build/.*
|
|
.*/fixtures/.*
|
|
# Any hidden directory
|
|
.*/\..*
|
|
|
|
# These shims are copied into external projects:
|
|
.*/rollup/shims/facebook-www/.*
|
|
.*/rollup/shims/react-native/.*
|
|
|
|
.*/node_modules/fbjs/lib/keyMirrorRecursive.js.flow
|
|
.*/node_modules/resolve/test/.*
|
|
.*/__mocks__/.*
|
|
.*/__tests__/.*
|
|
|
|
|
|
# TODO: noop should get its own inlinedHostConfig entry
|
|
.*/packages/react-noop-renderer/.*
|
|
|
|
%REACT_RENDERER_FLOW_IGNORES%
|
|
|
|
[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/xplat.js
|
|
|
|
[lints]
|
|
untyped-type-import=error
|
|
internal-type=off
|
|
deprecated-type=off
|
|
|
|
[options]
|
|
munge_underscores=false
|
|
react.custom_jsx_typing=true
|
|
|
|
# Substituted by createFlowConfig.js:
|
|
%REACT_RENDERER_FLOW_OPTIONS%
|
|
|
|
[version]
|
|
%FLOW_VERSION%
|