Victorien Elvinger

Results 354 comments of Victorien Elvinger

> I'm not sure why we added exceptions for frameworks, but wouldn't it be better for users to ignore those files? I think we initially thought that there are not...

> This is not really a Remix thing, a $ or % or any other singular non-letter character can’t be subjected to camelCasing or uppercasing in any universe. Am I...

A test i s failing. According to it the following code shoudl also be rreporetd as useless: ```jsx foo ```

> we've had very few requests for readonly methods. It doesn't really seem to be a pain point, and mutation is commonly used in interception patterns, function prototype construction, etc....

If I understand correctly OP, `formatWithErrors` should ensure that formatting occurs even in the event of parsing error...

I just noticed that the repository is no longer maintained and is replaced by https://github.com/BurntSushi/ripgrep/tree/master/crates/globset If you are interested in this PR, I can do it for the maintained repository....

I could opt for the following name: `noExcessiveLinesPerFunction`. This is a more consistent naming (we already have [noExcessiveNestedTestSuites](https://biomejs.dev/linter/rules/no-excessive-nested-test-suites) and [noExcessiveCognitiveComplexity](https://biomejs.dev/linter/rules/no-excessive-cognitive-complexity)).