@kitschpatrol/stylelint-config

4.6.6 • Public • Published

@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> ...]
Option Alias Argument Description
--check -c Check for and report issues. Same as stylelint-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

Ignores files in .gitignore

License

MIT © Eric Mika

Package Sidebar

Install

npm i @kitschpatrol/stylelint-config

Weekly Downloads

181

Version

4.6.6

License

MIT

Unpacked Size

176 kB

Total Files

8

Last publish

Collaborators

  • kitschpatrol