mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
868be00d8c
Summary: Introduces a portable bundle that implements the `sort-imports` ESLint rule that we use internally at Meta, to the React Native repository. As a consequence of the rapid changes that occur to this rule internally (and the desire to minimize red tape for Meta engineers), the portable bundle is built with Rollup with a lot of context omitted. Changelog: [Internal] Reviewed By: skinsshark Differential Revision: D39907799 fbshipit-source-id: 58fb6dc08030f20ac02c0e3fd1b175e22e4d74c0
12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
**/main.js
|
|
**/staticBundle.js
|
|
docs/generatedComponentApiDocs.js
|
|
flow/
|
|
flow-typed/
|
|
Libraries/Renderer/*
|
|
Libraries/vendor/**/*
|
|
node_modules/
|
|
packages/*/node_modules
|
|
packages/react-native-codegen/lib
|
|
tools/eslint/rules/sort-imports.js
|