Socket
Socket
Sign inDemoInstall

eslint-config-seekingalpha-base

Package Overview
Dependencies
235
Maintainers
2
Versions
261
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.6.3 to 6.7.0

4

CHANGELOG.md
# Change Log
## 6.7.0 - 2023-05-21
- [deps] update `eslint` to version `8.41.0`
## 6.6.3 - 2023-05-11

@@ -4,0 +8,0 @@

6

package.json
{
"name": "eslint-config-seekingalpha-base",
"version": "6.6.3",
"version": "6.7.0",
"description": "SeekingAlpha's sharable base ESLint config",

@@ -51,3 +51,3 @@ "main": "index.js",

"peerDependencies": {
"eslint": "8.40.0",
"eslint": "8.41.0",
"eslint-plugin-array-func": "3.1.8",

@@ -60,3 +60,3 @@ "eslint-plugin-import": "2.27.5",

"devDependencies": {
"eslint": "8.40.0",
"eslint": "8.41.0",
"eslint-find-rules": "4.1.0",

@@ -63,0 +63,0 @@ "eslint-plugin-array-func": "3.1.8",

@@ -9,3 +9,3 @@ # eslint-config-seekingalpha-base

npm install eslint@8.40.0 eslint-plugin-array-func@3.1.8 eslint-plugin-import@2.27.5 eslint-plugin-no-use-extend-native@0.5.0 eslint-plugin-promise@6.1.1 eslint-plugin-unicorn@47.0.0 --save-dev
npm install eslint@8.41.0 eslint-plugin-array-func@3.1.8 eslint-plugin-import@2.27.5 eslint-plugin-no-use-extend-native@0.5.0 eslint-plugin-promise@6.1.1 eslint-plugin-unicorn@47.0.0 --save-dev

@@ -12,0 +12,0 @@ Install SeekingAlpha shareable ESLint:

@@ -65,8 +65,5 @@ // https://github.com/benmosher/eslint-plugin-import#static-analysis

/*
* https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-unused-modules.md
* enable after mod.name bug fixed
*/
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-unused-modules.md
'import/no-unused-modules': 'error',
},
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc