Skip to content
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

Enable import/no-extraneous-dependencies for *.native.js files #56072

Open
derekblank opened this issue Nov 13, 2023 · 0 comments
Open

Enable import/no-extraneous-dependencies for *.native.js files #56072

derekblank opened this issue Nov 13, 2023 · 0 comments
Assignees
Labels
[Type] Task Issues or PRs that have been broken down into an individual action to take

Comments

@derekblank
Copy link
Member

derekblank commented Nov 13, 2023

What problem does this address?

Enable lint rule import/no-extraneous-dependencies for *.native.js files in order to avoid code references that create cyclic dependencies.

What is your proposed solution?

  1. Update the linter rule for native files
  2. See what breaks
  3. Resolve breakages

'import/no-extraneous-dependencies': 'off',

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Task Issues or PRs that have been broken down into an individual action to take
1 participant