Skip to content

cakeco/eslint-plugin-cake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ESLint plugin that implements Cake specific styling rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published