eslint-plugin-jomo
v1.0.11
Published
Custom ESLint Rules for Jomo
Readme
ESLint Plugin Jomo
A set of custom ESLint configurations and rules for Jomo.
😘 Maintainers: @eliottvincent
Note: This package mostly uses eslint-plugin-crisp rules, with some minor adjustments.
Usage
The plugin provides two configurations:
recommended: JS rules targetting backend code (Node.js)recommended-vue: JS rules targetting frontend code (Vue.js)
Add the plugin in your ESLint config object, then extend the desired configuration:
import jomo from "eslint-plugin-jomo";
export default defineConfig([
jomo.configs["recommended"],
// OR jomo.configs["recommended-vue"]
{
rules: {
// Rules override
}
}
]);License
eslint-plugin-jomo is released under the MIT License. See the bundled LICENSE file for details.
