eslint-config-seekingalpha-tests
v1.108.0
Published
SeekingAlpha's sharable testing ESLint config
Downloads
4,616
Readme
eslint-config-seekingalpha-tests
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-tests --save-dev
Usage
This configuration extended with following plugins:
Simply extend the relevant .eslintrc.js configuration in your project with seekingalpha-tests
rules:
{
extends: [
'seekingalpha-tests'
]
}
License
MIT © SeekingAlpha