🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

eslint-config-seekingalpha-typescript

Package Overview
Dependencies
Maintainers
3
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-seekingalpha-typescript

SeekingAlpha's sharable typescript ESLint config

latest
Source
npmnpm
Version
8.50.0
Version published
Maintainers
3
Created
Source

eslint-config-seekingalpha-typescript

This package includes the shareable ESLint config used by SeekingAlpha.

Installation

Install ESLint and all Peer Dependencies:

npm install eslint@9.39.2 typescript-eslint@8.49.0 --save-dev

Install SeekingAlpha shareable ESLint:

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

Usage

This shareable config includes all rules from following plugins:

  • typescript-eslint

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

import tsConfig from 'eslint-config-seekingalpha-typescript';

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

License

MIT © SeekingAlpha

Keywords

code

FAQs

Package last updated on 13 Dec 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