fisker Cheung
fisker Cheung
These sub-packages are removed, https://github.com/eslint-stylistic/eslint-stylistic/pull/794
Hi, Prettier org owner here. This plugin seems popular and well maintained, would you interest to move to Prettier org? If you prefer private contact, [email protected], you can also find...
## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] 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](https://typescript-eslint.io/contributing) were taken...
### 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]...
### 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]...
### Suggestion The [`Converter`](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/src/convert.ts) is getting huge, I think it's possible to split the AST check from it. ### Additional Info _No response_
- [x] Remove `module: boolean`, replace with `sourceType: 'module' | 'script'`, needed for https://github.com/meriyah/meriyah/issues/444 - https://github.com/meriyah/meriyah/pull/521 - [x] Option to allow regular expression validation https://github.com/meriyah/meriyah/pull/346 - [x] Drop support for...
These are valid ```js class A { get *a() {} } ``` ```js class B { static get *a() {} } ``` https://github.com/tc39/test262/blob/823f4cfd2004cf410bc0344304e22e12d243e955/test/language/statements/class/elements/syntax/valid/grammar-field-named-get-followed-by-generator-asi.js https://github.com/meriyah/meriyah/issues/481