eslint-plugin-use-encapsulation icon indicating copy to clipboard operation
eslint-plugin-use-encapsulation copied to clipboard

An ESLint plugin to enforce the "useEncapsulation" pattern for React Hooks

Results 1 eslint-plugin-use-encapsulation issues
Sort by recently updated
recently updated
newest added

Great post and lint! Here's a diff that seems to work to catch 'em ``` diff --git a/node_modules/eslint-plugin-use-encapsulation/rules/prefer-custom-hooks.js b/node_modules/eslint-plugin-use-encapsulation/rules/prefer-custom-hooks.js index 379b20b..99afe4a 100644 --- a/node_modules/eslint-plugin-use-encapsulation/rules/prefer-custom-hooks.js +++ b/node_modules/eslint-plugin-use-encapsulation/rules/prefer-custom-hooks.js @@ -1,26 +1,33 @@...