eslint-config-seekingalpha-react
v7.44.0
Published
SeekingAlpha's sharable React.js ESLint config
Downloads
4,839
Readme
eslint-config-seekingalpha-react
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] [email protected] --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