1.0.4 • Published 6 months ago

stylelint-plugin-aurora v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

stylelint-plugin-aurora

npm

Various Stylelint rules in one plugin.

Installation

npm install --save-dev eslint-plugin-aurora

Usage

// stylelint.config.js
module.exports = {
  plugins: [
    'stylelint-plugin-aurora',
  ],
  rules: {
    'aurora/selector-nested-combinator-position': 'as-prefix',
  }
}

Rules

🔧 means that the rule could be fixed automatically.