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

GitHub

305 stars
9 watching
14 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list

arrow-functionsconcise-object-returneslinteslint-plugineslint-rulesname-inferencethis-keyword

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jamiemason/eslint-plugin-prefer-arrow-functionsAn ESLint plugin to convert plain functions into arrow functions where possible without changing behavior.55
nkt/eslint-plugin-es5A plugin that helps developers maintain older JavaScript codebase conventions by enforcing strict rules and restrictions.54
wikimedia/eslint-plugin-no-jqueryA plugin to control and enforce the use of native equivalents in JavaScript code when using jQuery.31
tinloof/eslint-plugin-better-styled-componentsAutomatically enforces coding standards for styled components in ESLint65
eslint-community/eslint-plugin-promiseEnforces best practices for JavaScript promises to improve code readability and maintainability.943
brettz9/eslint-pluginAdds custom ESLint rules to enforce coding standards and best practices in JavaScript development.2
airbnb/eslint-plugin-react-with-stylesAn ESLint plugin to enforce coding standards and best practices for React components with styles49
ramda/eslint-plugin-ramdaProvides ESLint rules to enforce pragmatic usage of Ramda functions in JavaScript117
raynos/eslint-plugin-perf-standardCustom ESLint plugins to enforce high-performance JavaScript coding standards23
eslint-community/eslint-plugin-eslint-commentsAdds additional ESLint rules for commenting out specific lines of code56
eslint-community/eslint-plugin-es-xA plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules.121
akronae/eslint-plugin-exception-handlingDetects and warns about potential errors in functions that might throw exceptions.31
ihordiachenko/eslint-plugin-chai-friendlyA plugin to make ESLint friendly with Chai's 'expect' and 'should' statements54
jlengstorf/eslint-plugin-replyguyA plugin for ESLint that enforces arbitrary and contradictory coding rules inspired by Twitter discourse.420
purely-functional/eslint-plugin-pureEnforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices.29