eslint-plugin-proper-arrows
Arrow function enforcer
Provides ESLint rules to enforce proper arrow function syntax and prevent common readability issues.
ESLint rules to ensure proper arrow function definitions
305 stars
9 watching
14 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
arrow-functionsconcise-object-returneslinteslint-plugineslint-rulesname-inferencethis-keyword
Related projects:
Repository | Description | Stars |
---|---|---|
jamiemason/eslint-plugin-prefer-arrow-functions | An ESLint plugin to convert plain functions into arrow functions where possible without changing behavior. | 55 |
nkt/eslint-plugin-es5 | A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions. | 54 |
wikimedia/eslint-plugin-no-jquery | A plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery. | 31 |
tinloof/eslint-plugin-better-styled-components | Automatically enforces coding standards for styled components in ESLint | 65 |
eslint-community/eslint-plugin-promise | Enforces best practices for JavaScript promises to improve code readability and maintainability. | 943 |
brettz9/eslint-plugin | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
airbnb/eslint-plugin-react-with-styles | An ESLint plugin to enforce coding standards and best practices for React components with styles | 49 |
ramda/eslint-plugin-ramda | Provides ESLint rules to enforce pragmatic usage of Ramda functions in JavaScript | 117 |
raynos/eslint-plugin-perf-standard | Custom ESLint plugins to enforce high-performance JavaScript coding standards | 23 |
eslint-community/eslint-plugin-eslint-comments | Adds additional ESLint rules for commenting out specific lines of code | 56 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 31 |
ihordiachenko/eslint-plugin-chai-friendly | A plugin to make ESLint friendly with Chai's 'expect' and 'should' statements | 54 |
jlengstorf/eslint-plugin-replyguy | A plugin for ESLint that enforces arbitrary and contradictory coding rules inspired by Twitter discourse. | 420 |
purely-functional/eslint-plugin-pure | Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. | 29 |