Skip to content

Commit 65aeb3c

Browse files
authored
Merge pull request #5 from aditosoftware/eslint_9
chore: updating eslint to v9
2 parents a27759f + ee9b4af commit 65aeb3c

File tree

4 files changed

+398
-750
lines changed

4 files changed

+398
-750
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.0.0
9+
10+
### Changed
11+
12+
- Upgraded dependencies:
13+
- eslint to 9.21.0
14+
- @typescript-eslint/eslint-plugin to 8.26.0
15+
- @typescript-eslint/parser to 8.26.0
16+
- @stylistic/eslint-plugin to 4.2.0
17+
- eslint-config-prettier to 10.0.2
18+
- eslint-plugin-jsdoc to 50.6.3
19+
- eslint-plugin-prettier to 5.2.3
20+
- eslint-plugin-tsdoc to 0.4.0
21+
- prettier to 3.5.3
22+
23+
### Removed
24+
25+
- Removed dependency "eslint-plugin-deprecation": Those rules are integrated into "typescript-eslint" and therefore not needed
826

927
## 1.0.6
1028

index.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export default [
3535
"plugin:jsdoc/recommended-typescript",
3636
"plugin:chai-friendly/recommended",
3737
"plugin:chai-expect/recommended",
38-
"plugin:deprecation/recommended",
3938
// prettier needs to be the last line
4039
"plugin:prettier/recommended"
4140
),
@@ -74,6 +73,8 @@ export default [
7473

7574
"prettier/prettier": "warn",
7675

76+
"@typescript-eslint/no-deprecated": "error",
77+
7778
"@typescript-eslint/no-floating-promises": "error",
7879

7980
"@typescript-eslint/explicit-function-return-type": [

0 commit comments

Comments
 (0)