mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
react-native/tools/eslint
This directory contains ESLint rules for the react-native repository itself.
They are configured in .eslintrc.js using the eslint-plugin-lint package.
For ESLint rules intended for projects that consume React Native, add them to
the @react-native-community/eslint-plugin package instead.