stylelint-plugin-aurora

2.0.0 • Public • Published

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.

Package Sidebar

Install

npm i stylelint-plugin-aurora

Weekly Downloads

80

Version

2.0.0

License

ISC

Unpacked Size

7.15 kB

Total Files

7

Last publish

Collaborators

  • cyansalt