Socket
Book a DemoInstallSign in
Socket

@poool/eslint-config

Package Overview
Dependencies
Maintainers
7
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poool/eslint-config

Common ESLint rules we share between projects at Poool

latest
Source
npmnpm
Version
5.0.6
Version published
Maintainers
7
Created
Source

Poool ESLint Config - Common

Common ESLint/TSLint rules we share between projects at Poool

Installation

yarn add @poool/eslint-config --dev

Usage

import tseslint from 'typescript-eslint';
import pooolint from '@poool/eslint-config';

export default tseslint.config(
  {
    languageOptions: {
      parserOptions: {
        projectService: true,
        tsconfigRootDir: import.meta.dirname,
      },
    },
  },
  ...pooolint.configs.recommended,
);

FAQs

Package last updated on 04 Sep 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