1.0.2 • Published 7 months ago
@kaliber/stylelint-plugin v1.0.2
@kaliber/stylelint-plugin
This Stylelint plugin enforces Kaliber's code conventions, helping maintain consistency across projects.
Usage
To use this plugin in your project, create an .stylelintrc
file with the following content:
{
"ignoreFiles": ["node_modules/**/*", "**/*.js", "**/*.svg", "**/*.md"],
"extends": "./node_modules/@kaliber/stylelint-plugin/.stylelintrc"
}
Publishing a new version
To publish a new version, run the following commands:
>> yarn publish
>> git push
>> git push --tags