Skip to content

Commit

Permalink
eslint-config-seekingalpha-base ver. 8.3.1 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkoval committed May 15, 2024
1 parent c656b01 commit f59f1bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.3.1 - 2024-05-15

- [deps] removed `eslint-plugin-no-use-extend-native`

## 8.3.0 - 2024-05-15

- [deps] removed `eslint-plugin-no-use-extend-native`
Expand Down
3 changes: 1 addition & 2 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.3.0",
"version": "8.3.1",
"description": "SeekingAlpha's sharable base ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -51,7 +51,6 @@
"eslint": "8.57.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-no-use-extend-native": "0.5.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "53.0.0"
},
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.21",
"version": "5.38.22",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit f59f1bc

Please sign in to comment.