0.3.0 • Published 11 months ago

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

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

11 months ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago