2.0.0 • Published 1 year ago

stylelint-plugin-aurora v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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.