Socket
Socket
Sign inDemoInstall

eslint-config-seekingalpha-base

Package Overview
Dependencies
237
Maintainers
2
Versions
261
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.6.1 to 6.6.2

4

CHANGELOG.md
# Change Log
## 6.6.2 - 2023-05-10
- [breaking] enable `unicorn/prefer-object-from-entries` rule
## 6.6.1 - 2023-05-10

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

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -285,6 +285,3 @@ // https://github.com/sindresorhus/eslint-plugin-unicorn

/*
* Enable after migration to nodejs 16 with esm
* https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-node-protocol.md
*/
// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-node-protocol.md
'unicorn/prefer-node-protocol': 'error',

@@ -295,7 +292,4 @@

/*
* proposal, enable when get into standard
* https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-object-from-entries.md
*/
'unicorn/prefer-object-from-entries': 'off',
// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-object-from-entries.md
'unicorn/prefer-object-from-entries': 'error',

@@ -302,0 +296,0 @@ // https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/prefer-optional-catch-binding.md

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