File tree Expand file tree Collapse file tree
eslint-configs/eslint-config-seekingalpha-typescript Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 8.53.0 - 2025-12-23
4+
5+ - [ deps] upgrade ` typescript-eslint ` to version ` 8.50.1 `
6+
37## 8.52.0 - 2025-12-15
48
59- [ breaking] disable ` @typescript-eslint/no-useless-default-assignment ` rule
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This package includes the shareable ESLint config used by [SeekingAlpha](https:/
66
77Install ESLint and all [ Peer Dependencies] ( https://nodejs.org/en/blog/npm/peer-dependencies/ ) :
88
9- npm install eslint@9.39.2 typescript-eslint@8.50.0 --save-dev
9+ npm install eslint@9.39.2 typescript-eslint@8.50.1 --save-dev
1010
1111Install SeekingAlpha shareable ESLint:
1212
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-seekingalpha-typescript" ,
3- "version" : " 8.52 .0" ,
3+ "version" : " 8.53 .0" ,
44 "description" : " SeekingAlpha's sharable typescript ESLint config" ,
55 "main" : " index.js" ,
66 "type" : " module" ,
3939 },
4040 "peerDependencies" : {
4141 "eslint" : " 9.39.2" ,
42- "typescript-eslint" : " 8.50.0 "
42+ "typescript-eslint" : " 8.50.1 "
4343 },
4444 "devDependencies" : {
4545 "eslint" : " 9.39.2" ,
4646 "eslint-find-rules" : " 5.0.0" ,
47- "typescript-eslint" : " 8.50.0 "
47+ "typescript-eslint" : " 8.50.1 "
4848 }
4949}
You can’t perform that action at this time.
0 commit comments