1.0.1 • Published 2 years ago
@scheisse/stylelint-base-config v1.0.1
@scheisse/stylelint-base-config
An opinionated Stylelint shareable config. It's designed to help you maintain a consistent code style and quality in your projects.
Installation
You can install the configuration and its dependencies using npm:
npm i -D @scheisse/stylelint-base-config
Usage
After installing the package, you need to extend the configuration in your Stylelint configuration file. Here's an example of how to do it in a stylelint.config.cjs
file:
module.exports = {
extends: '@scheisse/stylelint-base-config',
// Other custom rules or overrides can be added here
}