Socket
Socket
Sign inDemoInstall

eslint-config-seekingalpha-react

Package Overview
Dependencies
218
Maintainers
3
Versions
255
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-seekingalpha-react

SeekingAlpha's sharable React.js ESLint config


Version published
Maintainers
3
Install size
66.5 kB
Created

Readme

Source

eslint-config-seekingalpha-react

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-jsx-a11y@6.8.0 eslint-plugin-react@7.34.1 eslint-plugin-react-hooks@4.6.2 --save-dev

Install SeekingAlpha shareable ESLint:

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

Usage

This shareable config includes all ESLint rules including ECMAScript 6 features, set of legacy rules and additional rules for React We also extend our configuration with following plugins:

If you don't need configuration extended with React rules, check out our base config.

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

{
  extends: [
    'seekingalpha-react'
  ]
}

License

MIT © SeekingAlpha

Keywords

FAQs

Last updated on 27 Apr 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