Socket
Socket
Sign inDemoInstall

eslint-config-seekingalpha-node

Package Overview
Dependencies
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-seekingalpha-node

SeekingAlpha's sharable node.js ESLint config


Version published
Weekly downloads
2.7K
decreased by-1.8%
Maintainers
3
Weekly downloads
 
Created
Source

eslint-config-seekingalpha-node

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-node@11.1.0 --save-dev

Install SeekingAlpha shareable ESLint:

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

Usage

This shareable config includes all rules from following plugins:

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

{
  extends: [
    'seekingalpha-node'
  ]
}

License

MIT © SeekingAlpha

Keywords

FAQs

Package last updated on 25 Feb 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc