-
Notifications
You must be signed in to change notification settings - Fork 46.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add @nolint to FB bundle headers #18126
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e24d36f:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok but let's fix it
notlint lol
1057f4e
to
e24d36f
Compare
What is this for? Does it still run the lint on the bundles in the React repo or just not in FB? We just caught a bug that would’ve gone to production by running lint on the bundles last week. |
This is just for the FB linting. (The directive is not respected by eslint — only by arc lint.) |
Let's add the @nolint header to the FB/RN bundles so that we don't run FB eslint on the bundles internally.