Socket
Socket
Sign inDemoInstall

eslint-config-seekingalpha-qa

Package Overview
Dependencies
103
Maintainers
3
Versions
115
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-seekingalpha-qa

SeekingAlpha's sharable QA ESLint config


Version published
Weekly downloads
1.4K
increased by7.27%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

eslint-config-seekingalpha-qa

This package includes the shareable ESLint config used by SeekingAlpha.

Installation

Install ESLint and all Peer Dependencies:

npm install eslint@8.57.0 eslint-plugin-protractor@2.1.1 eslint-plugin-mocha@10.3.0 --save-dev

Install SeekingAlpha shareable ESLint:

npm install eslint-config-seekingalpha-qa --save-dev

Usage

This shareable config includes all rules from following plugins:

Simply extend the relevant .eslintrc.js configuration in your project with seekingalpha-qa rules:

{
  extends: [
    'seekingalpha-qa'
  ]
}

License

MIT © SeekingAlpha

Keywords

FAQs

Last updated on 25 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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