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.
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 :