eslint-no-inferred-method-name
Method naming detector
A custom ESLint rule that detects and disallows inferred method names in object literals.
A custom rule for ESLint that checks for inferred method names within object literals.
27 stars
3 watching
4 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nickdeis/eslint-plugin-no-secrets | An ESLint rule to detect sensitive strings in code and configuration files. | 137 |
mozilla/eslint-plugin-no-unsanitized | A custom ESLint rule to disallow unsafe innerHTML and similar calls in JavaScript code. | 231 |
sarbbottam/eslint-find-rules | A tool to discover and report on unused ESLint rules in a project | 206 |
eslint-community/eslint-plugin-security | Identifies potential security vulnerabilities in JavaScript code | 2,220 |
jugbot/eslint-plugin-rule-adoption | Helps manage and enforce multiple ESLint rules across large codebases | 1 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |
buildo/eslint-plugin-no-loops | A plugin that enforces the avoidance of unnecessary loops in JavaScript code | 126 |
amwmedia/eslint-plugin-woke | An ESLint plugin designed to help detect and prevent discriminatory language in codebases. | 33 |
eslint-community/eslint-plugin-n | Provides additional ESLint rules for Node.js. | 232 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
supermind/eslint-config-supermind | Configures ESLint to enforce coding standards and best practices for JavaScript projects | 4 |
darraghoriordan/eslint-plugin-nestjs-typed | A set of ESLint rules to help detect and prevent common issues in NestJS applications written in TypeScript. | 174 |
matijs/eslint-plugin-this | Disallows the use of 'this' in JavaScript code. | 16 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 27 |
krmbkt/gulp-eslint-threshold | A gulp stream plugin that monitors ESLint warnings and errors and triggers an error when the threshold is reached. | 6 |