eslint-plugin-proper-arrows icon indicating copy to clipboard operation
eslint-plugin-proper-arrows copied to clipboard

ESLint rules to ensure proper arrow function definitions

Results 5 eslint-plugin-proper-arrows issues
Sort by recently updated
recently updated
newest added

Would it be possible to ignore React components in the rule `where`? While I agree that function declaration is preferable when exporting a function (i.e. `export function somefn() { /*...

Define one (or more) configs that make it easier to use this plugin out of the box. Add a "configs" to the plugin definition: https://eslint.org/docs/developer-guide/working-with-plugins#configs-in-plugins

enhancement
help wanted

If you want to "train" a rules config on your existing code, a web based wizard tool could be helpful for that. You paste in code, it tells you what...

enhancement
help wanted

Allow rules to auto-fix if possible.

enhancement
help wanted

When an inline function expression appears in a default parameter value, it can create a closure over the normally-indistinguishable "parameter scope", which is super confusing, and should almost always be...

enhancement