Socket
Socket
Sign inDemoInstall

eslint-config-seekingalpha-base

Package Overview
Dependencies
Maintainers
2
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-seekingalpha-base - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

3

CHANGELOG.md
# Change Log
## 2.1.1 - 2019-4-11
- [beaking] disable `unicorn/prevent-abbreviations` rule
## 2.1.0 - 2019-4-11

@@ -4,0 +7,0 @@ - [deps] update `eslint` to version 5.16.0

2

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

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

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

// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/prevent-abbreviations.md
'unicorn/prevent-abbreviations': 'error',
'unicorn/prevent-abbreviations': 'off',

@@ -120,0 +120,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc