eslint-interactive
Error Fixer
A tool to help developers fix many ESLint errors efficiently and effectively
The CLI tool to fix huge number of ESLint errors
368 stars
3 watching
9 forks
Language: TypeScript
last commit: about 2 months ago
Linked from 1 awesome list
eslintjavascript
Related projects:
Repository | Description | Stars |
---|---|---|
ianvs/eslint-nibble | A tool to help developers fix ESLint errors one rule at a time | 782 |
lukeapage/gulp-eslint-if-fixed | A plugin to simplify ESLint by removing the need for an explicit fix function | 5 |
davidjbradshaw/eslint-formatter-summary-chart | A tool that provides visual summaries of ESLint errors by rules and files using bar charts. | 12 |
cunarist/eslint-config-clean-typescript | An ESLint configuration to enforce classic JavaScript features in TypeScript by banning excessive keywords | 1 |
fengzilong/eslint-dashboard | An interactive ESLint tool for automating code quality checks and fixes in JavaScript projects. | 19 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 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 |
davidjbradshaw/eslint-plugin-only-error | Automatically upgrades warning messages to error messages in ESLint | 16 |
ryanzim/eslint-config-problems | An ESLint configuration that catches coding problems without enforcing style rules. | 68 |
azat-io/eslint-plugin-perfectionist | A plugin for ESLint that enforces consistent sorting of various data in code | 1,932 |
pimlie/eslint-multiplexer | Tools to combine and merge ESLint results from multiple files | 7 |
brettz9/eslint-config-ash-nazg | A comprehensive configuration for JavaScript projects with enhanced error checking and code quality control. | 6 |
amilajack/eslint-plugin-flowtype-errors | A tool that integrates Flow type checking into ESLint for easier JavaScript development and error detection. | 402 |
jamiemason/eslint-formatter-git-log | A tool that formats ESLint reports with Git author information and allows customizable reporting options. | 41 |
nkt/eslint-plugin-es5 | A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. | 54 |