eslint-config-seekingalpha-node
This package includes the shareable ESLint config used by SeekingAlpha.
Installation
Install ESlint and all Peer Dependencies with NPM:
npm install eslint@5.12.0 eslint-plugin-node@8.0.1 --save-dev
or Yarn:
yarn add --dev eslint@5.12.0 eslint-plugin-node@8.0.1
Install SeekingAlpha shareable ESLint:
npm install eslint-config-seekingalpha-node --save-dev
For Yarn:
yarn add --dev eslint-config-seekingalpha-node
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