eslint-config-seekingalpha-typescript
v5.34.0
Published
SeekingAlpha's sharable typescript ESLint config
Downloads
4,916
Readme
eslint-config-seekingalpha-typescript
This package includes the shareable ESLint config used by SeekingAlpha.
Installation
Install ESLint and all Peer Dependencies:
npm install [email protected] @typescript-eslint/[email protected] @typescript-eslint/[email protected] --save-dev
Install SeekingAlpha shareable ESLint:
npm install eslint-config-seekingalpha-typescript --save-dev
Usage
This shareable config includes all rules from following plugins:
Simply extend the relevant .eslintrc.js configuration in your project with eslint-config-seekingalpha-typescript
rules:
{
extends: [
'eslint-config-seekingalpha-typescript'
]
}
License
MIT © SeekingAlpha