Package Exports
- eslint-config-seekingalpha-qa
- eslint-config-seekingalpha-qa/index.js
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:
npm install eslint@8.57.0 eslint-plugin-protractor@2.1.1 eslint-plugin-mocha@10.3.0 --save-devInstall SeekingAlpha shareable ESLint:
npm install eslint-config-seekingalpha-qa --save-devUsage
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