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.2 to 6.6.3

4

CHANGELOG.md
# Change Log
## 6.6.3 - 2023-05-11
- [breaking] disable `unicorn/prefer-at` rule
## 6.6.2 - 2023-05-10

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

2

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

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

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

// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-at.md
'unicorn/prefer-at': 'error',
'unicorn/prefer-at': 'off',

@@ -223,0 +223,0 @@ // https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-code-point.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