You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-config-seekingalpha-base

Package Overview
Dependencies
Maintainers
0
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-seekingalpha-base

SeekingAlpha's sharable base ESLint config

11.19.0
latest
Source
npmnpm
Version published
Weekly downloads
1.3K
-3.1%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-config-seekingalpha-base

This package includes the shareable ESLint config used by SeekingAlpha.

Installation

Install ESLint and all Peer Dependencies:

npm install eslint@9.32.0 eslint-plugin-array-func@5.0.2 eslint-plugin-import@2.32.0 eslint-plugin-promise@7.2.1 eslint-plugin-unicorn@60.0.0 --save-dev

Install SeekingAlpha shareable ESLint:

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

Usage

This shareable config includes all ESLint rules. We also extend our configuration with following plugins:

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

import baseConfig from 'eslint-config-seekingalpha-base';

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

License

MIT © SeekingAlpha

Keywords

code

FAQs

Package last updated on 26 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts