eslint-plugin
JavaScript code validator
Provides a set of ESLint configurations and additional rules to enforce coding standards and detect bugs in JavaScript projects.
ESLint configurations and additional rules for me
26 stars
5 watching
10 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
ecmascripteslinteslint-pluginjavascriptstatic-code-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 118 |
mysticatea/eslint-plugin-eslint-comments | Adds additional ESLint rules to handle directive comments used by the ESLint tool itself. | 360 |
ota-meshi/eslint-plugin-json-schema-validator | An ESLint plugin that validates data using JSON Schema Validator. | 72 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
nkt/eslint-plugin-es5 | A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. | 54 |
rokuroad/eslint-plugin-roku | A tool for linting and validating BrightScript code used in Roku development | 44 |
javierbrea/eslint-plugin-boundaries | Ensures software architecture boundaries are respected by checking folders and files structure and dependencies | 554 |
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,220 |
eslint-community/eslint-plugin-promise | Enforces best practices for JavaScript promises to improve code readability and maintainability. | 943 |
jhusain/eslint-plugin-immutable | An ESLint plugin that enforces the use of immutable code in JavaScript to improve application state management and reduce bugs. | 912 |
mozilla/eslint-plugin-no-unsanitized | A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 231 |
alexmost/eslint-plugin-deprecate | Provides warnings about deprecated code usage to help refactor and maintain existing codebases. | 81 |
adametry/gulp-eslint | Identifies and reports on patterns in ECMAScript/JavaScript code | 562 |
unlight/eslint-plugin-nestjs | ESLint plugin providing rules to enforce coding standards and best practices in NestJS projects | 40 |
purely-functional/eslint-plugin-pure | Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. | 29 |