Skip to content

Commit

Permalink
eslint-config-seekingalpha-base ver. 8.14.0 (#454)
Browse files Browse the repository at this point in the history
- [deps] update `eslint-plugin-promise` to version `7.2.0`
  • Loading branch information
alexkoval authored Nov 25, 2024
1 parent bd74d1c commit bdb7408
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions eslint-configs/eslint-config-seekingalpha-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 8.14.0 - 2024-10-25

- [deps] update `eslint-plugin-promise` to version `7.2.0`

## 8.13.0 - 2024-10-20

- [deps] update `eslint-plugin-unicorn` to version `56.0.1`
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-seekingalpha-base/README.md
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] [email protected] [email protected] eslint-plugin-promise@7.1.0 [email protected] --save-dev
npm install [email protected] [email protected] [email protected] eslint-plugin-promise@7.2.0 [email protected] --save-dev

Install SeekingAlpha shareable ESLint:

Expand Down
6 changes: 3 additions & 3 deletions eslint-configs/eslint-config-seekingalpha-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-base",
"version": "8.13.0",
"version": "8.14.0",
"description": "SeekingAlpha's sharable base ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -51,15 +51,15 @@
"eslint": "8.57.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-promise": "7.2.0",
"eslint-plugin-unicorn": "56.0.1"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-find-rules": "4.2.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-promise": "7.2.0",
"eslint-plugin-unicorn": "56.0.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.38.78",
"version": "5.38.79",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@seekingalpha/prettier-config-samw": "2.0.0",
"eslint": "8.57.0",
"eslint-config-seekingalpha-base": "8.13.0",
"eslint-config-seekingalpha-node": "6.4.0",
"eslint-config-seekingalpha-node": "6.5.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.13.2",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-unicorn": "56.0.1",
"husky": "9.1.7",
Expand Down

0 comments on commit bdb7408

Please sign in to comment.