Skip to content

Commit

Permalink
Add support for typescript-eslint 8
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Aug 1, 2024
1 parent 66a3176 commit 6c6f349
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).

## [3.0.1] - 2024-08-01
#### Added
* Add support for `typescript-eslint` 8.0.

#### Changed
* *Nothing*

#### Deprecated
* *Nothing*

#### Removed
* *Nothing*

#### Fixed
* *Nothing*


## [3.0.0] - 2024-06-20
#### Added
* *Nothing*
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"typescript-eslint": "^7.13.1"
"typescript-eslint": "^8.0 || ^7.13"
},
"devDependencies": {
"typescript": "^5.5.4"
Expand Down

0 comments on commit 6c6f349

Please sign in to comment.