Skip to content

Commit

Permalink
eslint-config-seekingalpha-base ver. 8.6.0 (#404)
Browse files Browse the repository at this point in the history
- [deps] update `eslint-plugin-promise` to version `6.4.0`
  • Loading branch information
alexkoval committed Jul 1, 2024
1 parent 1a5bbd2 commit e5f4e53
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.6.0 - 2024-07-01

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

## 8.5.0 - 2024-06-16

- [deps] update `eslint-plugin-unicorn` to version `53.0.0`
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@6.2.0 [email protected] --save-dev
npm install [email protected] [email protected] [email protected] eslint-plugin-promise@6.4.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.5.0",
"version": "8.6.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.29.1",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-unicorn": "54.0.0"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-find-rules": "4.1.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-unicorn": "54.0.0"
}
}
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.30",
"version": "5.38.31",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit e5f4e53

Please sign in to comment.