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.5.0 to 6.6.0

6

CHANGELOG.md
# Change Log
## 6.6.0 - 2023-05-10
- [breaking] enable `unicorn/prefer-at` rule
- [breaking] enable `unicorn/prefer-string-replace-all` rule
-
## 6.5.0 - 2023-05-07

@@ -4,0 +10,0 @@

2

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

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

@@ -219,7 +219,4 @@ // https://github.com/sindresorhus/eslint-plugin-unicorn

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

@@ -328,6 +325,3 @@ // https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-code-point.md

/*
* proposal, enable when get into standard
* https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-string-replace-all.md
*/
// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-string-replace-all.md
'unicorn/prefer-string-replace-all': 'off',

@@ -334,0 +328,0 @@

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