mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
4363626701
Summary: Creates a new `valid-flow-typed-signature` ESLint rule that validates the `flow-typed` signatures at the top of each file. This lint rule will discourage contributors from locally forking the `flow-typed` definitions. Instead, any changes should be submitted as patches to the upstream definition in: https://github.com/flow-typed/flow-typed Changelog: [Internal] Reviewed By: rickhanlonii Differential Revision: D39868721 fbshipit-source-id: e5e3ffe7568dbe52c9b598b53110b0fcbcad3e38
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
**/main.js
|
|
**/staticBundle.js
|
|
docs/generatedComponentApiDocs.js
|
|
flow/
|
|
Libraries/Renderer/*
|
|
Libraries/vendor/**/*
|
|
node_modules/
|
|
packages/*/node_modules
|
|
packages/react-native-codegen/lib
|
|
tools/eslint/rules/sort-imports.js
|