Skip to content
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

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

RebeccaStevens
Copy link
Collaborator

@RebeccaStevens RebeccaStevens commented Oct 20, 2024

fix #886

Copy link

graphite-app bot commented Oct 20, 2024

Your org has enabled the Graphite merge queue for merging into main

Add 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.

Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @RebeccaStevens and the rest of your teammates on Graphite Graphite

@RebeccaStevens RebeccaStevens marked this pull request as ready for review October 20, 2024 15:31
@RebeccaStevens RebeccaStevens force-pushed the 10-21-feat_new_rule_no-class-inheritance branch 2 times, most recently from 68b4275 to 0aac2f1 Compare October 20, 2024 17:01
Copy link

graphite-app bot commented Oct 20, 2024

Merge activity

@RebeccaStevens RebeccaStevens force-pushed the 10-21-feat_new_rule_no-class-inheritance branch from 0aac2f1 to 53df2fd Compare October 20, 2024 17:03
@graphite-app graphite-app bot merged commit 53df2fd into main Oct 20, 2024
15 checks passed
@graphite-app graphite-app bot deleted the 10-21-feat_new_rule_no-class-inheritance branch October 20, 2024 17:05
github-actions bot pushed a commit that referenced this pull request Oct 20, 2024
# [7.1.0](v7.0.3...v7.1.0) (2024-10-20)

### Features

* new rule no-class-inheritance ([#890](#890)) ([53df2fd](53df2fd)), closes [#886](#886)
github-actions bot pushed a commit that referenced this pull request Oct 20, 2024
# [7.1.0](v7.0.3...v7.1.0) (2024-10-20)

### Features

* new rule no-class-inheritance ([#890](#890)) ([53df2fd](53df2fd)), closes [#886](#886)
github-actions bot pushed a commit that referenced this pull request Oct 20, 2024
# [7.1.0](v7.0.3...v7.1.0) (2024-10-20)

### Features

* new rule no-class-inheritance ([#890](#890)) ([53df2fd](53df2fd)), closes [#886](#886)
Copy link

🎉 This PR is included in version 7.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the Status: Released It's now live. label Oct 20, 2024
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Oct 20, 2024
##### [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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Released It's now live.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New rule: no-class-inheritance
1 participant