@suprakit/stylelint-suprakit-plugin
v1.1.0
Published
## Description `@suprakit/stylelint-suprakit-plugin` is a custom Stylelint plugin designed to provide additional linting rules and configurations for your CSS and preprocessor files. This plugin helps enforce code quality and consistency by integrating wi
Readme
@suprakit/stylelint-suprakit-plugin
Description
@suprakit/stylelint-suprakit-plugin is a custom Stylelint plugin designed to provide additional linting rules and configurations for your CSS and preprocessor files. This plugin helps enforce code quality and consistency by integrating with Stylelint.
Installation
To install the plugin, use npm:
npm install @suprakit/stylelint-suprakit-plugin --save-devUsage
To use the plugin, add it to your Stylelint configuration file. Here is an example of how to configure it in stylelint.config.js:
import suprakitStylelintPlugin from "@suprakit/stylelint-suprakit-plugin";
export default {
extends: [suprakitStylelintPlugin],
};Configuration
The plugin comes with a set of rules that can be extended or customized as needed. The example above shows how to include and configure a custom rule.
License
This project is licensed under the ISC License.
Author
Allohouston
Repository
For more information, visit the GitHub repository.
Bugs
To report bugs, please visit the issues page.
Homepage
For more details, visit the homepage.
