bamlab / react-native-project-config

Monorepo with packages for setting up ESLint, Typescript, Prettier and Jest.
8 stars 0 forks source link

fix(eslint-plugin): reinstating require-named-effects #86

Closed JulienIzz closed 1 year ago

JulienIzz commented 1 year ago

This MR aims to clean the last versions which deleted custom rules.

The objective was to revert the following commits : 4c81100d01d790210c6201509bb2f5dfb8976414 (fix: remove useless required line in index (#84)) e6fcf3b48ae5659fe022526862d7d09e5e41ffbc (revert(eslint-plugin): delete custom rules (#81))

To do this I reverted the two commits then reworked in the same order as MR#81 but without removing require-named-effect rules.

I also added the rules to example-app to allow testing.

Test protocol :