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

Support list of rules to exclude and include in lint and webpack #643

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 24, 2022

  1. feat(deno-lint): Support list of rules to exclude in lint and webpack

    While enableAllRules serves as "tags": ["recommended"], there is no
    way to specify "exclude": [] as known from .denolint.json. Adding
    excludeRules is not exactly according to the config schema, but it
    is the simplest change without breaking the current option schema.
    prantlf committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    af09e57 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. feat(deno-lint): Support list of rules to include in lint and webpack

    Complement the previous commit adding support for rules.exclude.
    
    While enableAllRules serves as "tags": ["recommended"], there is no
    way to specify "include": [] as known from .denolint.json.
    prantlf committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    2e9d121 View commit details
    Browse the repository at this point in the history