-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: new rule no-class-inheritance #890
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “Status: Merge Queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “Status: Hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @RebeccaStevens and the rest of your teammates on Graphite |
68b4275
to
0aac2f1
Compare
Merge activity
|
0aac2f1
to
53df2fd
Compare
🎉 This PR is included in version 7.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
##### [v7.1.0](https://github.com/eslint-functional/eslint-plugin-functional/blob/HEAD/CHANGELOG.md#710-2024-10-20) ##### Features - new rule no-class-inheritance ([#890](eslint-functional/eslint-plugin-functional#890)) ([53df2fd](eslint-functional/eslint-plugin-functional@53df2fd)), closes [#886](eslint-functional/eslint-plugin-functional#886) #### [7.0.3](eslint-functional/eslint-plugin-functional@v7.0.2...v7.0.3) (2024-10-20) ##### Bug Fixes - ensure default options are applied ([#889](eslint-functional/eslint-plugin-functional#889)) ([5b57cd2](eslint-functional/eslint-plugin-functional@5b57cd2)) - **functional-parameters:** default options not being applied to option overrides ([#888](eslint-functional/eslint-plugin-functional#888)) ([06f2b80](eslint-functional/eslint-plugin-functional@06f2b80)) #### [7.0.2](eslint-functional/eslint-plugin-functional@v7.0.1...v7.0.2) (2024-08-26) ##### Bug Fixes - **no-expression-statements:** ignore `Promise<void>` when `ignoreVoid` is set ([#866](eslint-functional/eslint-plugin-functional#866)) ([2e1a992](eslint-functional/eslint-plugin-functional@2e1a992)) #### [7.0.1](eslint-functional/eslint-plugin-functional@v7.0.0...v7.0.1) (2024-08-07) ##### Bug Fixes - don't throw when typescript can't be resolved ([afb05bd](eslint-functional/eslint-plugin-functional@afb05bd))
fix #886