eslint-config-seekingalpha-qa
v4.57.0
Published
SeekingAlpha's sharable QA ESLint config
Downloads
5,975
Readme
eslint-config-seekingalpha-qa
This package includes the shareable ESLint config used by SeekingAlpha.
Installation
Install ESLint and all Peer Dependencies:
npm install [email protected] [email protected] [email protected] --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