Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 588 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 588 Bytes

eslint-plugin-cake

code style: prettier

ESLint plugin that implements Cake specific styling rules

Usage

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

{
    "plugins": [
        "cake"
    ]
}

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

{
    "rules": {
        "cake/sort-imports": "warn"
    }
}

Supported Rules

  • cake/sort-imports