ESLint plugin that implements Cake specific styling rules
Add cake
to the plugins section of your 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