@kitschpatrol/stylelint-config
v4.7.12
Published
Stylelint configuration for @kitschpatrol/shared-config.
Downloads
156
Maintainers
Readme
@kitschpatrol/stylelint-config
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:
Install the
.npmrc
in your project root. This is required for correct PNPM behavior:pnpm dlx @kitschpatrol/repo-config --init
Add the package:
pnpm add -D @kitschpatrol/stylelint-config
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 | 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