eslint-config-seekingalpha-tests

4.17.0 • Public • Published

eslint-config-seekingalpha-tests

This package includes the shareable ESLint config used by SeekingAlpha.

Installation

Install ESLint and all Peer Dependencies:

npm install eslint@9.31.0 eslint-plugin-jest@29.0.1 eslint-plugin-testing-library@7.5.4 --save-dev

Install SeekingAlpha shareable ESLint:

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

Usage

This configuration extended with following plugins:

Simply use the eslint.config.js in your project with the configuration:

import testsConfig from 'eslint-config-seekingalpha-tests';

export default [
  {
    plugins: {
      ...testsConfig.plugins,
    },
    rules: {
      ...testsConfig.rules,
    },
  },
];

License

MIT © SeekingAlpha

Package Sidebar

Install

npm i eslint-config-seekingalpha-tests

Weekly Downloads

984

Version

4.17.0

License

MIT

Unpacked Size

30.9 kB

Total Files

7

Last publish

Collaborators

  • alexkoval
  • dmytro-vasylenko
  • stanislavh