Bryan Mishkin

Results 335 comments of Bryan Mishkin

I was imagining all sorts of additional statistics we could calculate about rules (violations, suppressions, time, etc) in: https://github.com/eslint/eslint/issues/14597#issuecomment-1003863524. It would be ideal if this information was available via both...

I want to add my support for this request. Ideally, we would have included this change in a related RFC that has been approved but not implemented yet: * https://github.com/eslint/rfcs/pull/84

I opened: * https://github.com/eslint/rfcs/pull/101 - RFC * https://github.com/eslint/eslint/pull/16639 - draft implementation

I previously put together a list of reasons [here](https://github.com/square/eslint-plugin-square#usage): > Sometimes, you may not want to fix certain violations, for reasons such as: > > - Some code is too...

Some of these sections seem too subjective. I disagree with a few, for example: > 5. **Configurations**: Whenever possible, prefer using ESLint configuration settings over disabled comments. Configuration files allow...

Would this require an RFC? If so, I can put that together so that it can be lined up for v9. Also, have we begun tracking breaking changes for v9...

I have opened an RFC for this issue, along with some related rule test validation improvements: https://github.com/eslint/rfcs/pull/84