awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hiroya-uga avatar

hiroya-uga/eslint-plugin-ime-safe-form

0
View on GitHub↗
9 stars·1 fork·TypeScript·MIT·4 viewswww.npmjs.com/package/eslint-plugin-ime-safe-form↗

Eslint Plugin Ime Safe Form

ESLint plugin to enforce using form submit event instead of keydown Enter (IME-friendly)

Features

  • Architecture and Style Plugins - Prevents form submission issues during IME composition.

Star history

Star history chart for hiroya-uga/eslint-plugin-ime-safe-formStar history chart for hiroya-uga/eslint-plugin-ime-safe-form

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Eslint Plugin Ime Safe Form

Similar open-source projects, ranked by how many features they share with Eslint Plugin Ime Safe Form.
  • akronae/eslint-plugin-exception-handlingAkronae avatar

    Akronae/eslint-plugin-exception-handling

    60View on GitHub↗

    💣 Lints unhandled functions that might throw errors. For JavaScript/TypeScript eslint.

    TypeScript
    View on GitHub↗60
  • amnish04/eslint-plugin-error-causeAmnish04 avatar

    Amnish04/eslint-plugin-error-cause

    19View on GitHub↗

    ESLint plugin to detect swallowed error causes when rethrowing exceptions.

    TypeScript
    View on GitHub↗19
  • benmosher/eslint-plugin-importbenmosher avatar

    benmosher/eslint-plugin-import

    5,922View on GitHub↗

    eslint-plugin-import is an ESLint static analysis plugin that provides a suite of rules and resolvers to validate import statements and enforce architectural constraints on how files import and export code. It functions as a module validator and resolver to ensure that import declarations point to valid files and that referenced symbols exist. The project identifies recursive import chains to prevent circular dependencies and utilizes a configurable resolution system to map aliases and non-standard file paths. It can also distinguish between internal project files and external library depende

    JavaScript
    View on GitHub↗5,922
  • 2nd-labs/eslint-plugin-hex-under2nd-Labs avatar

    2nd-Labs/eslint-plugin-hex-under

    0View on GitHub↗

    It's an ESLint plugin to ensure that a hexadecimal, octal or binary number is less than a specified value

    JavaScript
    View on GitHub↗0
See all 30 alternatives to Eslint Plugin Ime Safe Form→

Frequently asked questions

What does hiroya-uga/eslint-plugin-ime-safe-form do?

ESLint plugin to enforce using form submit event instead of keydown Enter (IME-friendly)

What are the main features of hiroya-uga/eslint-plugin-ime-safe-form?

The main features of hiroya-uga/eslint-plugin-ime-safe-form are: Architecture and Style Plugins.

What are some open-source alternatives to hiroya-uga/eslint-plugin-ime-safe-form?

Open-source alternatives to hiroya-uga/eslint-plugin-ime-safe-form include: akronae/eslint-plugin-exception-handling — 💣 Lints unhandled functions that might throw errors. For JavaScript/TypeScript eslint. amnish04/eslint-plugin-error-cause — ESLint plugin to detect swallowed error causes when rethrowing exceptions. benmosher/eslint-plugin-import — eslint-plugin-import is an ESLint static analysis plugin that provides a suite of rules and resolvers to validate… brettz9/eslint-plugin-query — Add "rules" made of arbitrary selectors to choose source lines to be reported. buildo/eslint-plugin-no-loops — It's 2024 and you still use loops? 2nd-labs/eslint-plugin-hex-under — It's an ESLint plugin to ensure that a hexadecimal, octal or binary number is less than a specified value.