node-rs
node-rs copied to clipboard
Support config content in lint and webpack
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.