@kitschpatrol/eslint-config

4.6.3 • Public • Published

@kitschpatrol/eslint-config

NPM Package @kitschpatrol/eslint-config License: MIT

ESLint configuration for @kitschpatrol/shared-config.

Overview

It's a shared ESLint config.

See @kitschpatrol/shared-config for the recommended single-package approach.

Setup

To use just this ESLint config in isolation:

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

    pnpm dlx @kitschpatrol/repo-config --init
  2. Add the package:

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

    pnpm exec eslint-config --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 --check"
  "fix": "eslint-config --fix"
}

CLI

Command: eslint-config

ESLint configuration for @kitschpatrol/shared-config.

Usage:

eslint-config [<file|glob> ...]
Option Alias Argument Description
--check -c Check for and report issues. Same as eslint-config.
--fix -f Fix all auto-fixable issues, and report the un-fixable.
--init -i Initialize by copying starter config files to your project root.
--print-config -p <path> Print the effective configuration at a certain path.
--help -h Print this help info.
--version -v Print the package version.

Notes

The whole flat file config thing is pending...

ESLint does not inherit files and paths from .gitignore. Ignored paths must be specified in .eslintignore.

License

MIT © Eric Mika

Package Sidebar

Install

npm i @kitschpatrol/eslint-config

Weekly Downloads

16

Version

4.6.3

License

MIT

Unpacked Size

186 kB

Total Files

10

Last publish

Collaborators

  • kitschpatrol