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

Feature: Ignore Bun modules #109

Open
2 tasks done
vpzomtrrfrt opened this issue Feb 23, 2024 · 0 comments
Open
2 tasks done

Feature: Ignore Bun modules #109

vpzomtrrfrt opened this issue Feb 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vpzomtrrfrt
Copy link

What rule do you want to change?

sort-imports

Describe the problem

Since 37bca14, this module considers ws a builtin module, but this is not the case in Node. This should probably be behind a configuration option

Code example

import { IncomingMessage } from "http";

import winston from "winston";
import WebSocket from "ws";

Additional comments

No response

Validations

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
@vpzomtrrfrt vpzomtrrfrt added the enhancement New feature or request label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant