Skip to content

Commit 8ec4ecd

Browse files
committed
eslint-config-seekingalpha-typescript ver. 8.47.0
- [deps] upgrade `eslint` to version `9.39.0`
1 parent 234e794 commit 8ec4ecd

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

‎eslint-configs/eslint-config-seekingalpha-typescript/CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 8.47.0 - 2025-11-01
4+
5+
- [deps] upgrade `eslint` to version `9.39.0`
6+
37
## 8.46.0 - 2025-10-29
48

59
- [deps] upgrade `typescript-eslint` to version `8.46.2`

‎eslint-configs/eslint-config-seekingalpha-typescript/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package includes the shareable ESLint config used by [SeekingAlpha](https:/
66

77
Install ESLint and all [Peer Dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/):
88

9-
npm install eslint@9.38.0 typescript-eslint@8.46.2 --save-dev
9+
npm install eslint@9.39.0 typescript-eslint@8.46.2 --save-dev
1010

1111
Install SeekingAlpha shareable ESLint:
1212

‎eslint-configs/eslint-config-seekingalpha-typescript/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-seekingalpha-typescript",
3-
"version": "8.46.0",
3+
"version": "8.47.0",
44
"description": "SeekingAlpha's sharable typescript ESLint config",
55
"main": "index.js",
66
"type": "module",
@@ -38,11 +38,11 @@
3838
"node": ">= 22"
3939
},
4040
"peerDependencies": {
41-
"eslint": "9.38.0",
41+
"eslint": "9.39.0",
4242
"typescript-eslint": "8.46.2"
4343
},
4444
"devDependencies": {
45-
"eslint": "9.38.0",
45+
"eslint": "9.39.0",
4646
"eslint-find-rules": "5.0.0",
4747
"typescript-eslint": "8.46.2"
4848
}

‎eslint-configs/eslint-config-seekingalpha-typescript/rules/disable-recommended-eslint-rules/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
/*
33
* Disabled as per TS recommendation
4-
* https://typescript-eslint.io/linting/troubleshooting#i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors
4+
* https://typescript-eslint.io/troubleshooting/faqs/eslint#i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors
55
*/
66
'no-undef': 'off',
77

0 commit comments

Comments
 (0)