This is an example of an ESLint custom rule written with TypeScript
- Run
yarn
to install the dependencies - Run
yarn workspace eslint-plugin-custom-rule build
to build the custom plugin - Run
yarn workspace app lint
to see the errors from the custom rule
- Switch to the branch with-fix on this repository