eslint-plugin-new-with-error
Error handler plugin
A plugin that enforces a specific convention in JavaScript code for handling errors.
Require throw new Error()
and not throw Error()
26 stars
4 watching
1 forks
Language: JavaScript
last commit: 17 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 26 |
davidjbradshaw/eslint-plugin-only-error | Automatically upgrades warning messages to error messages in ESLint | 16 |
amilajack/eslint-plugin-flowtype-errors-demo | A demo project showing how to use eslint-plugin-flowtype-errors to detect errors in JavaScript code with flow type annotations | 0 |
amilajack/eslint-plugin-flowtype-errors | A tool that integrates Flow type checking into ESLint for easier JavaScript development and error detection. | 402 |
nkt/eslint-plugin-es5 | A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. | 54 |
mysticatea/eslint-plugin | Provides a set of ESLint configurations and additional rules to enforce coding standards and detect bugs in JavaScript projects. | 26 |
gulpjs/plugin-error | Provides a standard way to handle errors in plugins for the Gulp task automation system | 19 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 118 |
eslint-community/eslint-plugin-promise | Enforces best practices for JavaScript promises to improve code readability and maintainability. | 943 |
nickdeis/eslint-plugin-notice | Enforces copyright notice at the top of JavaScript files and provides a mechanism to fix missing notices | 26 |
yarax/eslint-plugin-typelint | An ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development. | 175 |
github/eslint-plugin-github | An opinionated ESLint configuration providing useful rules for JavaScript applications. | 299 |
wikimedia/eslint-plugin-no-jquery | A plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery. | 31 |
iliubinskii/eslint-plugin-misc | A collection of ESLint rules for JavaScript and TypeScript files. | 10 |
eslint-community/eslint-plugin-eslint-plugin | A plugin for linting ESLint plugins written in JavaScript. | 196 |