Skip to content

Commit 056b3bc

Browse files
committed
eslint-config-seekingalpha-typescript ver. 8.49.0
1 parent 808fe51 commit 056b3bc

7 files changed

Lines changed: 14 additions & 6 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.11.0
1+
24.11.1

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.49.0 - 2025-11-26
4+
5+
- [deps] upgrade `typescript-eslint` to version `8.48.0`
6+
37
## 8.48.0 - 2025-11-04
48

59
- [deps] upgrade `eslint` to version `9.39.1`

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.39.1 typescript-eslint@8.46.3 --save-dev
9+
npm install eslint@9.39.1 typescript-eslint@8.48.0 --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.48.0",
3+
"version": "8.49.0",
44
"description": "SeekingAlpha's sharable typescript ESLint config",
55
"main": "index.js",
66
"type": "module",
@@ -39,11 +39,11 @@
3939
},
4040
"peerDependencies": {
4141
"eslint": "9.39.1",
42-
"typescript-eslint": "8.46.3"
42+
"typescript-eslint": "8.48.0"
4343
},
4444
"devDependencies": {
4545
"eslint": "9.39.1",
4646
"eslint-find-rules": "5.0.0",
47-
"typescript-eslint": "8.46.3"
47+
"typescript-eslint": "8.48.0"
4848
}
4949
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ export default {
77

88
// still does not have TS support
99
'no-unused-vars': 'off',
10+
11+
'no-unused-private-class-members': 'error',
1012
};

eslint-configs/eslint-config-seekingalpha-typescript/rules/typescript-eslint/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ export default {
234234

235235
'@typescript-eslint/no-non-null-assertion': 'error',
236236

237+
'@typescript-eslint/no-unused-private-class-members': 'error',
238+
237239
'@typescript-eslint/parameter-properties': [
238240
'error',
239241
{ allow: ['private', 'protected'] },

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seekingalpha-javascript-style",
3-
"version": "9.62.0",
3+
"version": "9.63.0",
44
"description": "Set of linting rules, guides and best practices for best Javascript code",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)