@boojum/stylelint-config-svelte

0.0.3 • Public • Published

@b00jum/stylelint-config-svelte

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-svelte

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-svelte',
  // Other custom rules or overrides can be added here
}

Package Sidebar

Install

npm i @boojum/stylelint-config-svelte

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

3.46 kB

Total Files

5

Last publish

Collaborators

  • boojum