FormidableLabs/eslint-plugin-no-unnecessary-hook-definition

Ditch `eslint-traverse`

Closed this issue · 1 comments

The plugin currently uses eslint-traverse for some sub-traversal. It'd be great if this plugin was dependency-free, and our use of eslint-traverse is pretty shallow – so we should look into hand-rolling the specific functionality we need from eslint-traverse.

Closed via #5