NullVoxPopuli

Results 2058 comments of 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

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: ![image](https://user-images.githubusercontent.com/199018/152261723-614a6202-c980-48a5-a285-f3427efe0311.png) and it passed :thinking:

yeah, I'd expect two errors, one for each action.

if you run `eslint . --fix`, what happens?