4.6.6 • Published 2 days ago

@kitschpatrol/stylelint-config v4.6.6

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

@kitschpatrol/stylelint-config

NPM Package @kitschpatrol/stylelint-config License: MIT

Stylelint configuration for @kitschpatrol/shared-config.

Overview

It's a shared Stylelint config.

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

Setup

To use just this Stylelint 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/stylelint-config
  3. Add the starter .stylelintrc.cjs file to your project root, and add any customizations you'd like:

    pnpm exec stylelint-config --init

Usage

The Stylelint 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": "stylelint-config --check"
  "format": "stylelint-config --fix"
}

CLI

Command: stylelint-config

Stylelint configuration for @kitschpatrol/shared-config.

Usage:

stylelint-config [<file|glob> ...]
OptionAliasArgumentDescription
--check-cCheck for and report issues. Same as stylelint-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

Ignores files in .gitignore

License

MIT © Eric Mika

4.6.6

2 days ago

4.6.5

2 days ago

4.6.4

2 days ago

4.6.3

1 month ago

4.6.2

1 month ago

4.6.1

2 months ago

4.6.0

2 months ago

4.5.0

3 months ago

4.4.3

3 months ago

4.4.1

3 months ago

4.4.2

3 months ago

4.4.0

3 months ago

4.3.2

4 months ago

4.3.3

4 months ago

4.3.1

5 months ago

4.2.2

5 months ago

4.3.0

5 months ago

4.2.1

5 months ago

4.2.0

5 months ago

4.1.3

5 months ago

4.1.0

5 months ago

4.1.2

5 months ago

4.1.1

5 months ago

3.0.4

5 months ago

3.1.0

5 months ago

4.0.0

5 months ago

3.0.3

5 months ago

3.0.2

5 months ago

3.0.1

5 months ago

3.0.0

5 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

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago