eslint-config-seekingalpha-node
v9.29.0
Published
SeekingAlpha's sharable node.js ESLint config
Readme
eslint-config-seekingalpha-node
This package includes the shareable ESLint config used by SeekingAlpha.
Installation
Install ESLint and all Peer Dependencies:
npm install [email protected] [email protected] --save-devInstall SeekingAlpha shareable ESLint:
npm install eslint-config-seekingalpha-node@latest --save-devUsage
This shareable config includes all rules from following plugins:
Simply use the eslint.config.js in your project with the configuration:
import nodeConfig from 'eslint-config-seekingalpha-node';
export default [
{
plugins: {
...nodeConfig.plugins,
},
rules: {
...nodeConfig.rules,
},
},
];License
MIT © SeekingAlpha
