Package Exports
- eslint-config-seekingalpha-qa
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-seekingalpha-qa) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eslint-config-seekingalpha-qa
This package includes the shareable ESLint config used by SeekingAlpha.
Installation
Install ESLint and all Peer Dependencies with NPM:
npm install eslint@7.6.0 eslint-plugin-protractor@2.1.1 eslint-plugin-mocha@8.0.0 --save-devor Yarn:
yarn add --dev eslint@7.6.0 eslint-plugin-protractor@2.1.1 eslint-plugin-mocha@8.0.0Install SeekingAlpha shareable ESLint:
npm install eslint-config-seekingalpha-qa --save-devFor Yarn:
yarn add --dev eslint-config-seekingalpha-qaUsage
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