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

fix(lint): ignore linting on CHANGELOG.md file #637

Merged
merged 1 commit into from
Jan 10, 2024
Merged

fix(lint): ignore linting on CHANGELOG.md file #637

merged 1 commit into from
Jan 10, 2024

Conversation

aorinevo
Copy link
Collaborator

@aorinevo aorinevo commented Jan 10, 2024

Background

Eslint is enabled on CHANGELOG.md file. There has been a recent change wherein either the linter or semantic-release changes result in a linting error. In particular, items now leverage a - instead of * where linter rules are enforcing the use of the former, not the latter.

This change simply disables linting on this file.

@aorinevo aorinevo self-assigned this Jan 10, 2024
@aorinevo aorinevo added the bug Something isn't working label Jan 10, 2024
@aorinevo aorinevo merged commit bac588f into master Jan 10, 2024
7 checks passed
@aorinevo aorinevo deleted the fix-lint branch January 10, 2024 19:01
aorinevo pushed a commit that referenced this pull request Jan 10, 2024
## [2.2.1](v2.2.0...v2.2.1) (2024-01-10)

### Bug Fixes

* **lint:** ignore linting on CHANGELOG.md file ([#637](#637)) ([bac588f](bac588f))
@aorinevo aorinevo mentioned this pull request Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants