0.3.0 • Published 5 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 months ago

0.2.0

8 months ago

0.1.0

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago