ESLint plugin that implements Cake specific styling rules
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"
}
}
- cake/sort-imports