0.5.1 • Published 2 years ago

eslint-plugin-css-reorder v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-plugin-css-reorder

npm version License: MIT

ESLint plugin for CSS properties reordering

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-css-reorder:

npm install eslint-plugin-css-reorder --save-dev

Usage

Add css-reorder to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["css-reorder"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "css-reorder/rule-name": 2
  }
}

Supported Rules

  • property-reorder
0.5.0

2 years ago

0.5.1

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago