yarn add -D @formiz/eslint-pluginThen, add @formiz in the plugins section of your .eslintrc file.
@formiz/no-empty-use-form
First, you will want to use yalc (because of issues with yarn link)
yarn global add yalcThen, start the dev server:
yarn dev # Reload the project on each update and publish it to yalcNow, go into the project you want to test your rules against:
yalc add -D @formiz/eslint-pluginDon't forget to reinstall with yarn, npm or pnpm (or whatever package manager you are using) so the eslint plugin will be correctly installed
Now you can follow the Setup section of this readme in the repo you want to test the local rule.