Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eslint-config-seekingalpha-base ver. 8.3.0 #393

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0 - 2024-05-15

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

## 8.2.0 - 2024-05-12

- [breaking] enable `logical-assignment-operators` rule
Expand Down
3 changes: 1 addition & 2 deletions 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-[email protected] eslint-plugin-[email protected] [email protected] --save-dev
npm install [email protected] [email protected] [email protected] [email protected] [email protected] --save-dev

Install SeekingAlpha shareable ESLint:

Expand All @@ -18,7 +18,6 @@ This shareable config includes all ESLint rules including ECMAScript 6 features

- [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import)
- [eslint-plugin-array-func](https://github.com/freaktechnik/eslint-plugin-array-func)
- [eslint-plugin-no-use-extend-native](https://github.com/dustinspecker/eslint-plugin-no-use-extend-native)
- [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise)
- [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)

Expand Down
3 changes: 0 additions & 3 deletions eslint-configs/eslint-config-seekingalpha-base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ module.exports = {
// eslint-plugin-array-func rules (https://github.com/freaktechnik/eslint-plugin-array-func)
'./rules/eslint-plugin-array-func/index.js',

// eslint-plugin-no-use-extend-native rules (https://github.com/dustinspecker/eslint-plugin-no-use-extend-native)
'./rules/eslint-plugin-no-use-extend-native/index.js',

// eslint-plugin-promise rules (https://github.com/xjamundx/eslint-plugin-promise)
'./rules/eslint-plugin-promise/index.js',

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.2.0",
"version": "8.3.0",
"description": "SeekingAlpha's sharable base ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -60,7 +60,6 @@
"eslint-find-rules": "4.1.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

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.38.20",
"version": "5.38.21",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -51,7 +51,6 @@
"eslint-config-seekingalpha-node": "5.54.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-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "52.0.0",
Expand Down