Skip to content

Commit 6c6f349

Browse files
committed
Add support for typescript-eslint 8
1 parent 66a3176 commit 6c6f349

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [3.0.1] - 2024-08-01
8+
#### Added
9+
* Add support for `typescript-eslint` 8.0.
10+
11+
#### Changed
12+
* *Nothing*
13+
14+
#### Deprecated
15+
* *Nothing*
16+
17+
#### Removed
18+
* *Nothing*
19+
20+
#### Fixed
21+
* *Nothing*
22+
23+
724
## [3.0.0] - 2024-06-20
825
#### Added
926
* *Nothing*

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react": "^7.34.2",
3030
"eslint-plugin-react-hooks": "^4.6.2",
3131
"eslint-plugin-simple-import-sort": "^12.1.0",
32-
"typescript-eslint": "^7.13.1"
32+
"typescript-eslint": "^8.0 || ^7.13"
3333
},
3434
"devDependencies": {
3535
"typescript": "^5.5.4"

0 commit comments

Comments
 (0)