mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5c2153784d
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49079 The rule disallows using CommonJS exports in react-native and assets/registry package. ## Changelog: [Internal] - Created a lint rule that prevents using CommonJS exports Reviewed By: huntie Differential Revision: D68951212 fbshipit-source-id: 1c9a1581af951d2a876b348981f0e5a81c99109a
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.