eslint-plugin-only-error
Error reporter
Automatically upgrades warning messages to error messages in ESLint
Upgrade warnings to errors
16 stars
3 watching
3 forks
Language: JavaScript
last commit: 6 months ago
Linked from 1 awesome list
eslint-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 31 |
bfanger/eslint-plugin-only-warn | A plugin to downgrade ESLint errors to warnings | 164 |
davidjbradshaw/eslint-formatter-summary-chart | A tool that provides visual summaries of ESLint errors by rules and files using bar charts. | 12 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
trott/eslint-plugin-new-with-error | A plugin that enforces a specific convention in JavaScript code for handling errors. | 26 |
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 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |
amilajack/eslint-plugin-dom | Tools to help detect and prevent forced DOM layout recalculations in JavaScript | 9 |
nickdeis/eslint-plugin-notice | Enforces copyright notice at the top of JavaScript files and provides a mechanism to fix missing notices | 26 |
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,225 |
turbo87/eslint-plugin-chai-expect | An ESLint plugin to enforce best practices in Chai.js expect statements | 27 |
eslint-community/eslint-plugin-promise | Enforces best practices for JavaScript promises to improve code readability and maintainability. | 943 |
davidjbradshaw/eslint-config-auto | Automates ESLint configuration based on project dependencies | 404 |
ihordiachenko/eslint-plugin-chai-friendly | A plugin to make ESLint friendly with Chai's 'expect' and 'should' statements | 54 |
fintechstudios/eslint-plugin-chai-as-promised | Prevents common issues when using chai-as-promised in ESLint configuration | 4 |