Skip to content

Commit

Permalink
fix(lint): ignore linting on CHANGELOG.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
aorinevo committed Jan 10, 2024
1 parent 7a2a3a7 commit 75edc6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/node_modules
node_modules
node_modules
CHANGELOG.md
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# [2.2.0](https://github.com/NerdWalletOSS/shepherd/compare/v2.1.0...v2.2.0) (2024-01-09)


### Features

* **gh-enterprise:** Add support for github enterprise servers ([#631](https://github.com/NerdWalletOSS/shepherd/issues/631)) ([509fe75](https://github.com/NerdWalletOSS/shepherd/commit/509fe75d4e41a2a8b47c89964e8cb2933fb3d077))
- **gh-enterprise:** Add support for github enterprise servers ([#631](https://github.com/NerdWalletOSS/shepherd/issues/631)) ([509fe75](https://github.com/NerdWalletOSS/shepherd/commit/509fe75d4e41a2a8b47c89964e8cb2933fb3d077))

# [2.1.0](https://github.com/NerdWalletOSS/shepherd/compare/v2.0.1...v2.1.0) (2023-10-03)

Expand Down

0 comments on commit 75edc6f

Please sign in to comment.