Bartosz

Results 92 comments of Bartosz

Honestly, I don't think there is a point in using eslint for type-checking TS prop types as TS already does this. That being said > TS eslint parser would need...

This plugin: https://github.com/jsx-eslint/eslint-plugin-react/blob/ca162fdc5dc37f9f3447640a5a14a91daf73ea47/package.json#L80-L85 [Stylistic](https://github.com/eslint-stylistic/eslint-stylistic/blob/0ef56c76ab0ce64b5668bd8ba43e753f5244685a/packages/eslint-plugin/package.json#L33-L43): ```json { "engines": { "node": "^16.0.0 || >=18.0.0" }, "peerDependencies": { "eslint": ">=8.40.0" } } ``` Which means stylistic has much more narrow range (which makes...

@ljharb it would actually be better to deprecate those rules and disallow changes to them here, but keep them for some time - just as eslint does

Kinda feel like deprecating (while still supporting) old config, but making new config be: ```jsonc { between: 'force' | 'force-one' | 'prevent' | 'ignore' // between children adjecent: 'force' |...

So I want to distinguish all four options I saw in different projects: ```jsx ``` ```jsx ``` ```jsx ``` ```jsx ``` Easiest way would be allow configuring the rule for...

Works as expected? The rule adds/removed newlines **between** adjacent JSX elements and expressions. That being said, it might be reasonable to add option to also check newlines at start and...

I've also seen this happenning. When I work a lot with GEDKeeper, my RAM starts slowly filling up and only empties when I close/restart GEDKeeper. After restarting and reopening the...

I'm not familiar with C# so idk if it's a thing, but in C++, whenever I create/allocate memory using `type* x = new X` syntax, I have to manually release...

also, being able to set background color for a command would also be great :)