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

[Question] Why I need to set extends and plugins in config? #12

Open
qoomon opened this issue Jan 29, 2024 · 1 comment
Open

[Question] Why I need to set extends and plugins in config? #12

qoomon opened this issue Jan 29, 2024 · 1 comment

Comments

@qoomon
Copy link

qoomon commented Jan 29, 2024

What is the purpose of the "plugins" section? For me it works well with just the extends section.

{
    "extends": [
        "plugin:require-extensions/recommended"
    ],
    "plugins": [
        "require-extensions"
    ]
}
@sparten11740
Copy link

I think that should be updated. plugins is only needed if you decide not to extend the recommended config and enable the rules manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants