Skip to content

Commit

Permalink
eslint-config-seekingalpha-node ver. 6.6.0
Browse files Browse the repository at this point in the history
- [deps] update `eslint-plugin-n` to version `17.15.0`
  • Loading branch information
alexkoval committed Dec 10, 2024
1 parent acf8517 commit 4da88d2
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-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 6.6.0 - 2024-12-10

- [deps] update `eslint-plugin-n` to version `17.15.0`

## 6.5.0 - 2024-11-23

- [deps] update `eslint-plugin-n` to version `17.14.0`
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-seekingalpha-node/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] eslint-plugin-n@17.14.0 --save-dev
npm install [email protected] eslint-plugin-n@17.15.0 --save-dev

Install SeekingAlpha shareable ESLint:

Expand Down
6 changes: 3 additions & 3 deletions eslint-configs/eslint-config-seekingalpha-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-node",
"version": "6.5.0",
"version": "6.6.0",
"description": "SeekingAlpha's sharable node.js ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -50,11 +50,11 @@
},
"peerDependencies": {
"eslint": "8.57.0",
"eslint-plugin-n": "17.14.0"
"eslint-plugin-n": "17.15.0"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-find-rules": "4.2.0",
"eslint-plugin-n": "17.14.0"
"eslint-plugin-n": "17.15.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.84",
"version": "5.38.85",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 4da88d2

Please sign in to comment.