Skip to content

Commit

Permalink
eslint-config-seekingalpha-typescript ver. 5.7.0
Browse files Browse the repository at this point in the history
- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `7.12.0`
- [deps] upgrade `@typescript-eslint/parser` to version `7.12.0`
  • Loading branch information
alexkoval committed Jun 4, 2024
1 parent fd618ef commit 3beabf2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.14.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 5.7.0 - 2024-06-04

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

## 5.6.0 - 2024-05-28

- [deps] upgrade `@typescript-eslint/eslint-plugin` to version `7.11.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@7.11.0 @typescript-eslint/parser@7.11.0 --save-dev
npm install [email protected] @typescript-eslint/eslint-plugin@7.12.0 @typescript-eslint/parser@7.12.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.6.0",
"version": "5.7.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": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint-find-rules": "4.1.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const rulesRunTs = {

'@typescript-eslint/no-meaningless-void-operator': 'off',

'@typescript-eslint/no-useless-template-literals': 'off',
'@typescript-eslint/no-unnecessary-template-expression': 'off',

'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'off',

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.38.24",
"version": "5.38.25",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 3beabf2

Please sign in to comment.