Bartosz
Bartosz
Not a big deal, but definitely something that would make our eyes less tired. Would that be possible?
Right now `split-platform-components` has false-positives if file extension is different than `js`, i.e. `jsx` or `tsx`. This rule should be either extension-agnostic or at least allow providing option (regex?) so...
## PR Checklist - [x] Addresses an existing open issue: fixes #5421 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/typescript-eslint/typescript-eslint/blob/main/CONTRIBUTING.md) were taken ## Overview...
### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal. - [X]...
### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal. - [X]...
`prefer-compact` gives false-positives for objects. `_.filter` allows collections (both arrays and objects), while `_.compact` only arrays... by the way, how is `_.compact(arr)` better than `_.filter(collection)`? They both do the same,...
## 🐛 Bug report ### Current Behavior According to [validation reference FAQ](https://jaredpalmer.com/formik/docs/guides/validation) returning `undefined` as error message is considered as marking field valid. Yet returning `{ fieldName: undefined }` from...
Hi! I'm using `vscode-yarn` along with `fabiospampinato.vscode-commands` (which allows for statusbar customization by adding custom actions). I'd love to be able to pass argument to `yarn-script.runScript` command as per: ```json...
There is currently no way to provide config path or detectiveOptions via CLI. Its blocked by `commander` even though it would work out of the box with `rc`
### Official Instance - [x] The bug is reproducible on the [official hosted instance](http://piped.video/), or is API-related. ### Describe the bug https://piped.video/watch?v=XFfn95WW9jw (live video) is not working. Tried in incognito...