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

Reinstall eslint-import-plugin #203

Open
silversonicaxel opened this issue Aug 24, 2024 · 0 comments
Open

Reinstall eslint-import-plugin #203

silversonicaxel opened this issue Aug 24, 2024 · 0 comments
Labels
blocked Blocked enhancement New feature or request github Something related to pipeline and github

Comments

@silversonicaxel
Copy link
Owner

silversonicaxel commented Aug 24, 2024

After this is merged import-js/eslint-plugin-import#2996
Current rules removed:

    "import/consistent-type-specifier-style": ["error", "prefer-top-level"],
    "import/newline-after-import": ["error", { "count": 2 }],
    "import/order": [
      "error",
      {
        "alphabetize": {
          "caseInsensitive": true,
          "order": "asc"
        },
        "groups": [
          "builtin",
          "external",
          "parent",
          ["sibling", "index"],
          "object",
          "unknown"
        ],
        "newlines-between": "always"
      }
    ],

@silversonicaxel silversonicaxel added the blocked Blocked label Aug 24, 2024
@silversonicaxel silversonicaxel changed the title Reinstall Reinstall eslint-import-plugin Aug 24, 2024
@silversonicaxel silversonicaxel added enhancement New feature or request github Something related to pipeline and github labels Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked enhancement New feature or request github Something related to pipeline and github
Projects
None yet
Development

No branches or pull requests

1 participant