@boojum/stylelint-config-base

0.0.1 • Public • Published

@b00jum/stylelint-config-base

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 @b00jum/stylelint-config-base

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: '@b00jum/stylelint-config-base',
  // Other custom rules or overrides can be added here.
}

/@boojum/stylelint-config-base/

    Package Sidebar

    Install

    npm i @boojum/stylelint-config-base

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    3.28 kB

    Total Files

    5

    Last publish

    Collaborators

    • boojum