mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fb7a45a934
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51881 Switches the suppression of ESLint for the generated `sort-imports` lint rule definition to using in-file comments instead of `.eslintignore`. This makes the suppression more portable. If the path to the lint rule definition changes, we don't have to remember to update `.eslintignore`. Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D76152973 fbshipit-source-id: 7cc41282931788c9e347712e7ce8bf7fefb53858
19 lines
496 B
Plaintext
19 lines
496 B
Plaintext
**/main.js
|
|
**/staticBundle.js
|
|
docs/generatedComponentApiDocs.js
|
|
packages/react-native/flow/
|
|
packages/react-native/sdks/
|
|
packages/react-native/ReactAndroid/build
|
|
packages/react-native/ReactAndroid/hermes-engine/build/
|
|
packages/react-native/Libraries/Renderer/*
|
|
packages/react-native/Libraries/vendor/**/*
|
|
node_modules/
|
|
packages/*/node_modules
|
|
packages/*/dist
|
|
packages/*/types_generated
|
|
packages/debugger-frontend/dist/**/*
|
|
packages/react-native-codegen/lib
|
|
**/Pods/*
|
|
**/*.macos.js
|
|
**/*.windows.js
|