Rare find

Proper Arrows. Rules that catch arrow function mistakes before they cause problems.

github.com/getify/eslint-plugin-proper-arrows

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2024
  • feat: support eslint 9 (#38)
  • Merge pull request #39 from Smrtnyk/github-action
  • chore: add github action for build and test
April 2021
  • updating dependencies (and fixing build script to match)
  • minor fix to schema validation
  • fixed package.json, license and copyright dates
  • adding 'global-declaration' mode for 'where' rule, breaking change wi…
August 2020
  • Merge pull request #33 from gamtiq/patch-1
  • fixing several typos in README
July 2020
  • adding support for the 'where' rule: 'export' mode to detect and repo…
April 2020
  • bumping devdependency versions
  • renaming 'checkTrivial' variable because its meaning was opposite
  • improving/clarifying structure of conditional logic in 'this' rule, t…
  • adding 'never-global' mode to 'this' rule, closes #31
  • updating travis config
  • re-arranging order of tests to match results
  • bumping version for change to where/global applying to modules as well
  • Merge pull request #30 from gaggle/include-modulescope-in-global
  • Rename "top-level" references to "top-module-level"
  • Trivial: Remove stray assert