1.0.4 • Published 6 years ago

stylelint-plugin-limited-times v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

stylelint-plugin-limited-times

A stylelint plugin that limits the declared times of css name.

Installation

    npm install --save-dev stylelint-plugin-limited-times

Configuration

{
    "plugins": [
        "stylelint-plugin-limited-times"
    ],
    "rules": {
        "plugin/limited-times": "1"
    }
}

this would report an error if any css name declared more than 1 times.