Sukka
Sukka
### Describe the problem ```jsx {label} ``` ### Describe the solution you'd like This kind of code should be forbidden and should be auto fixed to ```jsx {label} ``` ###...
Still adding test cases.
In my `forgetti-loader`'s README, I mention that `forgetti-loader` should be put in a way that `forgetti` is executed before JSX transformation. But I am wondering if it is correct or...
### Pre-Checks - [X] Follow our [Code of Conduct](https://github.com/faker-js/faker/blob/next/CODE_OF_CONDUCT.md). - [X] Read the [Contributing Guidelines](https://github.com/faker-js/faker/blob/next/CONTRIBUTING.md). - [X] Read the [docs](https://fakerjs.dev/guide). - [X] Check that there isn't [already an issue](https://github.com/faker-js/faker/issues) that...
| Q | A | ------------------------ | --- | Fixed Issues? | Part of https://github.com/babel/babel/issues/16500 | Patch: Bug Fix? | No | Major: Breaking Change? | No | Minor: New...
### 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]...
Device: Pixel 7 OS Version: Android 14 Build number: `AP1A.240405.002` Play Store Version: `40.4.31-31 [0] [PR] 621249419` ----- Play Store will open normally with the module enabled, but right after...
https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/ ESLint 9 has been released and the custom rule API has significantly changed. `eslint-plugin-ssr-friendly` is no longer compatible w/ the ESLint 9. It is possible to migrate the existing...
Use `withoutProjectParserOptions` from `@typescript-eslint/typescript-estree`. Follows #93. See also https://github.com/typescript-eslint/typescript-eslint/pull/9233, https://github.com/typescript-eslint/typescript-eslint/issues/8428