NullVoxPopuli
NullVoxPopuli
I think also, I was waiting on `@typescript-eslint` to provide flat configs, and it looks like they have, so I think migration to flat config in this repo is unblocked!
ESLint 9 is now supported in v6, via #733
do you have a reproduction repo?
would this help? https://eslint.org/docs/latest/rules/lines-between-class-members
I gotchya. Well, I think either: - https://eslint.org/docs/latest/rules/lines-between-class-members needs an update to allow specifying specific decorated properties for its config - or a `line-between-decorated-class-members` rule added to this plugin also...
Yeah, i think it's doable! Thanks for the code snippets! Also, can you provide your prettier settings? Thanks!
:wave: Hello!! what's your lint config look like?
Reason I ask is because I added this test:  and it passed :thinking:
yeah, I'd expect two errors, one for each action.
if you run `eslint . --fix`, what happens?