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

New rule: no-class-inheritance #886

Closed
RebeccaStevens opened this issue Oct 20, 2024 · 1 comment · Fixed by #890
Closed

New rule: no-class-inheritance #886

RebeccaStevens opened this issue Oct 20, 2024 · 1 comment · Fixed by #890
Labels
Status: Released It's now live. Type: Feature New features or options.

Comments

@RebeccaStevens
Copy link
Collaborator

Prevent inheritance without disallowing classes.

@RebeccaStevens RebeccaStevens added the Type: Feature New features or options. label Oct 20, 2024
RebeccaStevens added a commit that referenced this issue Oct 20, 2024
RebeccaStevens added a commit that referenced this issue Oct 20, 2024
RebeccaStevens added a commit that referenced this issue Oct 20, 2024
github-actions bot pushed a commit that referenced this issue 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 issue 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 issue 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 issue has been resolved 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 issue 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. Type: Feature New features or options.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant