James Zetlen
James Zetlen
This is also happening to me. Trying to gin up a repro.
@mk-pmb You're running @mk-pmb You can use an `overrides` config to do that, but oddly enough, that doesn't happen with any preset I've tried but yours. If you remove your...
@mk-pmb Are you still having trouble with configuration overrides? Are they specific to this config, or do they happen whenever you add .json files to the lint target glob?
That sounds like the preprocessor isn't working. It's possible that this is not an ideal use of ESLint :) Thanks for your patience with the turnaround; this project is a...
Sorry, I'm very late to this one! If this would still be useful to you, I can make it. The rules are mutually exclusive, so I'd do the usual thing...
@mk-pmb I made one small change: instead of having a specific `explicitly-decide-private` rule, I made a `required-properties` rule that takes an array, to which you can supply `private` along with...
I agree that it'd be great to validate properties against more complex rules, but I think your latter suggestion is also right that that can be a `valid-properties` rule or...
While I wouldn't trust node-forge with generating certs or CSRs for production, it's already in wide use by devs who use webpack-dev-server over https, through [this usage](https://github.com/webpack/webpack-dev-server/blob/master/lib/utils/createCertificate.js) of the [selfsigned](https://github.com/jfromaniello/selfsigned)...
Is it likely that you'll merge this? If not, that's okay, we'll just fork it into our own namespace (with no intent to compete with yours, we'll make that clear).
Maintainer here. I prefer to call it "periodically maintained". Most of the codebase is mature; additional fun stuff would require a big refactor, which I'd probably put in a new...