eslint-plugin-mmkal
My eslint plugin with rules I find good. If you aren't me you probably shouldn't use this.
Goals
- Cover as many js/ts development use-cases as possible
- Be prescriptive about arbitrary rules like formatting
- Enforce some degree of consistency
- Be opinionated but trusting
- Protect against common gotchas
- Provide pits of success
Included
The following plugins/libraries are usable and should "just work" without needing to add extra configs. They should also "just work" if you have defined extra configs like .prettierrc.js
or tsconfig.json
.
- Prettier
- typescript-eslint
- eslint-plugin-unicorn
Non-goals
- Small package size