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 1.8.1 to 1.8.2

3

CHANGELOG.md
# Change Log
## 1.8.2 - 2019-1-18
- [minor] loosen `no-duplicate-imports` to resolve conflict with flow types
## 1.8.1 - 2019-1-13

@@ -4,0 +7,0 @@ - [deps] update `eslint-plugin-unicorn` to version 7.0.0

2

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

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

@@ -58,3 +58,3 @@ // https://eslint.org/docs/rules/#ecmascript-6

// https://eslint.org/docs/rules/no-duplicate-imports
'no-duplicate-imports': 'error',
'no-duplicate-imports': 'off',

@@ -61,0 +61,0 @@ // https://eslint.org/docs/rules/no-new-symbol

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