Skip to content

Commit

Permalink
eslint-config-seekingalpha-typescript ver. 5.37.0
Browse files Browse the repository at this point in the history
- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.18.0`
- [deps] upgrade `@typescript-eslint/parser` to version `8.18.0`
  • Loading branch information
alexkoval committed Dec 10, 2024
1 parent 4da88d2 commit bba747a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.18.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 5.37.0 - 2024-12-10

- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.18.0`
- [deps] upgrade `@typescript-eslint/parser` to version `8.18.0`

## 5.36.0 - 2024-12-03

- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `8.17.0`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package includes the shareable ESLint config used by [SeekingAlpha](https:/

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

npm install [email protected] @typescript-eslint/eslint-plugin@8.17.0 @typescript-eslint/parser@8.17.0 --save-dev
npm install [email protected] @typescript-eslint/eslint-plugin@8.18.0 @typescript-eslint/parser@8.18.0 --save-dev

Install SeekingAlpha shareable ESLint:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-typescript",
"version": "5.36.0",
"version": "5.37.0",
"description": "SeekingAlpha's sharable typescript ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,13 +37,13 @@
"node": ">= 20"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"eslint": "8.57.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"eslint": "8.57.0",
"eslint-find-rules": "4.2.0"
}
Expand Down

0 comments on commit bba747a

Please sign in to comment.