Socket
Book a DemoInstallSign in
Socket

eslint-plugin-jomo

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jomo

Custom ESLint Rules for Jomo

latest
Source
npmnpm
Version
1.0.10
Version published
Maintainers
0
Created
Source

ESLint Plugin Jomo

Build and Release NPM Downloads

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.

Keywords

eslint

FAQs

Package last updated on 30 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts