eslint-plugin-rulesdir
eslint-plugin-rulesdir copied to clipboard
An ESLint plugin to load project-specific ESLint rules
I am trying to write my rule in typescript with https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/development/CUSTOM_RULES.md But this plugin does not detect that
I'm getting the `Definition for rule 'rulesdir/my-rule' was not found` starting from v6.0.0 Works fine with v5.16.0
OS: win 7 VS Code Version: 1.27.2 Using [Microsoft/vscode-eslint](https://github.com/Microsoft/vscode-eslint) extension. throws: ``` [Error - 5:35:09 PM] Error: To use eslint-plugin-rulesdir, you must load it beforehand and set the `RULES_DIR` property...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I have been refactoring our custom...
When a custom rule grows, it becomes clumsy to keep it in one file. Moving it into a subdirectory still requires an entry file, resulting in two similar, but distinct...