There was an error while loading. Please reload this page.
1 parent 49c1492 commit 43558eeCopy full SHA for 43558ee
Readme.md
@@ -5,3 +5,6 @@ This is an example of an ESLint custom rule written with TypeScript
5
- Run `yarn` to install the dependencies
6
- Run `yarn workspace eslint-plugin-custom-rule build` to build the custom plugin
7
- Run `yarn workspace app lint` to see the errors from the custom rule
8
+
9
+## Example with fix
10
+- Switch to the branch [with-fix](https://github.com/vinassefranche/eslint-typescript-custom-rule/tree/with-fix) on this repository
0 commit comments