0.0.3 • Published 1 year ago

@boojum/stylelint-config-svelte v0.0.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

@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
}
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago