eslint-config-seekingalpha-node

9.22.0 • Public • Published

eslint-config-seekingalpha-node

This package includes the shareable ESLint config used by SeekingAlpha.

Installation

Install ESLint and all Peer Dependencies:

npm install eslint@9.35.0 eslint-plugin-n@17.21.3 --save-dev

Install SeekingAlpha shareable ESLint:

npm install eslint-config-seekingalpha-node@latest --save-dev

Usage

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

Package Sidebar

Install

npm i eslint-config-seekingalpha-node

Weekly Downloads

1,262

Version

9.22.0

License

MIT

Unpacked Size

23.5 kB

Total Files

6

Last publish

Collaborators

  • alexkoval
  • dmytro-vasylenko
  • stanislavh