Socket
Book a DemoInstallSign in
Socket

@kitschpatrol/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kitschpatrol/eslint-config

ESLint configuration for @kitschpatrol/shared-config.

5.5.0
latest
Source
npmnpm
Version published
Weekly downloads
27
58.82%
Maintainers
1
Weekly downloads
 
Created
Source

@kitschpatrol/eslint-config

NPM Package @kitschpatrol/eslint-config License: MIT

ESLint configuration for @kitschpatrol/shared-config.

Overview

It's a shared ESLint config, plus a command-line tool kpi-eslint to perform ESLint-related project initialization, linting, and fixing.

[!IMPORTANT]

You can use this package on its own, but it's recommended to use @kitschpatrol/shared-config instead for a single-dependency and single-package approach to linting and fixing your project.

This package is included as a dependency in @kitschpatrol/shared-config, which also automatically invokes the command line functionality in this package via its kpi command

Setup

To use just this ESLint config in isolation:

  • Install the .npmrc in your project root. This is required for correct PNPM behavior:

    pnpm dlx @kitschpatrol/repo-config init
    
  • Install and initialize the required TypeScript tsconfig.json configuration in your project root:

    pnpm add -D @kitschpatrol/typescript-config
    pnpm dlx @kitschpatrol/typescript-config init
    
  • Add the package:

    pnpm add -D @kitschpatrol/eslint-config
    
  • Add the starter eslint.config.ts config files to your project root, and add any overrides you'd like:

    pnpm exec eslint-kpi init
    

Usage

The ESLint binary should be picked up automatically by VS Code plugins.

You can call it directly, or use the script bundled with the config.

Integrate with your package.json scripts as you see fit, for example:

{
  "scripts": {
    "lint": "eslint-config lint",
    "fix": "eslint-config fix"
  }
}

CLI

Command: kpi-eslint

Kitschpatrol's ESLint shared configuration tools.

This section lists top-level commands for kpi-eslint.

Usage:

kpi-eslint <command>
CommandArgumentDescription
initInitialize by copying starter config files to your project root.
lint[files..]Lint your project with ESLint. Matches files below the current working directory by default.
fix[files..]Fix your project with ESLint. Matches files below the current working directory by default.
print-config[file]Print the effective ESLint configuration. Package-scoped by default, file-scoped if a file argument is provided. Use @eslint/config-inspector for a more detailed view.
OptionDescriptionType
--help
-h
Show helpboolean
--version
-v
Show version numberboolean

See the sections below for more information on each subcommand.

Subcommand: kpi-eslint init

Initialize by copying starter config files to your project root.

Usage:

kpi-eslint init
OptionDescriptionType
--help
-h
Show helpboolean
--version
-v
Show version numberboolean

Subcommand: kpi-eslint lint

Lint your project with ESLint. Matches files below the current working directory by default.

Usage:

kpi-eslint lint [files..]
Positional ArgumentDescriptionTypeDefault
filesFiles or glob pattern to lint.array"."
OptionDescriptionType
--help
-h
Show helpboolean
--version
-v
Show version numberboolean

Subcommand: kpi-eslint fix

Fix your project with ESLint. Matches files below the current working directory by default.

Usage:

kpi-eslint fix [files..]
Positional ArgumentDescriptionTypeDefault
filesFiles or glob pattern to fix.array"."
OptionDescriptionType
--help
-h
Show helpboolean
--version
-v
Show version numberboolean

Subcommand: kpi-eslint print-config

Print the effective ESLint configuration. Package-scoped by default, file-scoped if a file argument is provided. Use @eslint/config-inspector for a more detailed view.

Usage:

kpi-eslint print-config [file]
Positional ArgumentDescriptionType
fileFile or glob pattern to TK.string
OptionDescriptionType
--help
-h
Show helpboolean
--version
-v
Show version numberboolean

Notes

Regrettably the eslint-config init --location package option is not supported due to ESLint 9's deprecation of support for putting configuration in package.json. See ESLint discussion thread 18131.

Origins

This config is a heavily modified variation on Anthony Fu's @antfu/eslint-config. This package is a somewhat leaner approach intended to work with other tools wrapped behind a monolithic CLI instead of handling everything on its own. It mainly leverages the factory / type generation implementation from the original repo, which itself builds on Kevin Deng's @sxzz/eslint-config. See the modification notes for more details on what's changed from Anthony's approach.

References

License

MIT © Eric Mika

Keywords

shared-config

FAQs

Package last updated on 11 Jun 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.