4.6.3 • Published 9 days ago

@kitschpatrol/eslint-config v4.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 days ago

@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> ...]
OptionAliasArgumentDescription
--check-cCheck for and report issues. Same as eslint-config.
--fix-fFix all auto-fixable issues, and report the un-fixable.
--init-iInitialize by copying starter config files to your project root.
--print-config-p<path>Print the effective configuration at a certain path.
--help-hPrint this help info.
--version-vPrint 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

4.6.3

9 days ago

4.6.2

19 days ago

4.6.1

1 month ago

4.6.0

1 month ago

4.5.0

2 months ago

4.4.3

2 months ago

4.4.1

2 months ago

4.4.2

2 months ago

4.4.0

2 months ago

4.3.2

3 months ago

4.3.3

3 months ago

4.3.1

4 months ago

4.2.2

4 months ago

4.3.0

4 months ago

4.2.1

4 months ago

4.2.0

4 months ago

4.1.3

4 months ago

4.1.0

4 months ago

4.1.2

4 months ago

4.1.1

4 months ago

3.0.4

4 months ago

3.1.0

4 months ago

4.0.0

4 months ago

3.0.3

4 months ago

3.0.2

4 months ago

3.0.1

4 months ago

3.0.0

4 months ago

2.2.1

5 months ago

2.2.0

5 months ago

2.1.1

5 months ago

2.1.0

5 months ago

2.0.0

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago