node-rs icon indicating copy to clipboard operation
node-rs copied to clipboard

Support config content in lint and webpack

Open prantlf opened this issue 3 years ago • 0 comments

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 avatar Sep 24 '22 12:09 prantlf