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 config content in lint and webpack #644

Merged
merged 2 commits into from
Jan 3, 2023

Conversation

prantlf
Copy link
Contributor

@prantlf prantlf commented Sep 24, 2022

While enableAllRules serves as "tags": ["recommended"], there is no way to specify the whole config as known from .denolint.json. Passing RulesConfig would be better, but it would need to make it serialisable.

This is an alternative to #643. A draft, because not passing a string instead of an object is clumsy.

@prantlf prantlf changed the title feat(deno-lint): Support config content in lint and webpack Support config content in lint and webpack Sep 24, 2022
While enableAllRules serves as "tags": ["recommended"], there is no
way to specify the whole config as known from .denolint.json.
Passing RulesConfig would be better, but it would need to make it
serialisable.
@Brooooooklyn Brooooooklyn marked this pull request as ready for review January 3, 2023 06:42
@Brooooooklyn Brooooooklyn merged commit 82091a5 into napi-rs:main Jan 3, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants