ESLint rules for functional programming
Die Hauptfunktionen von jfmengels/eslint-plugin-fp sind: Architecture and Style Plugins, Programming Tools.
Open-Source-Alternativen zu jfmengels/eslint-plugin-fp sind unter anderem: 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… biobootloader/wolverine — Wolverine is an AI code repair tool and self-healing Python runtime designed to monitor scripts for runtime crashes… bloopai/bloop — Bloop is an AI code analysis tool and semantic search engine designed for understanding and querying large-scale… 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.
💣 Lints unhandled functions that might throw errors. For JavaScript/TypeScript eslint.
ESLint plugin to detect swallowed error causes when rethrowing exceptions.
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
It's an ESLint plugin to ensure that a hexadecimal, octal or binary number is less than a specified value