0.3.0 • Published 8 months ago

@css-modules-kit/stylelint-plugin v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@css-modules-kit/stylelint-plugin

A stylelint plugin for CSS Modules

Installation

npm i -D @css-modules-kit/stylelint-plugin

Usage

// stylelint.config.js
/** @type {import('stylelint').Config} */
export default {
  extends: ['@css-modules-kit/stylelint-plugin/recommended'],
};

Rules

The same rules as eslint-plugin are provided. See the eslint-plugin documentation for a list of rules.

0.3.0

8 months ago

0.2.0

11 months ago

0.1.0

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago