Skip to content

Commit 62d2bde

Browse files
authored
Update README.md
1 parent 2d8834e commit 62d2bde

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ A plugin for ESLint that allows you to use project-specific rules, similar to th
33

44
Workaround for https://github.com/eslint/eslint/issues/8769 (previously https://github.com/eslint/eslint/issues/2715).
55

6-
See https://github.com/taskworld/eslint-plugin-local for another solution.
6+
7+
## Other solutions
8+
9+
* https://github.com/taskworld/eslint-plugin-local
10+
* https://github.com/not-an-aardvark/eslint-plugin-rulesdir
11+
* Allows for a custom rules directory name
712

813

914
## Dependencies
@@ -20,7 +25,7 @@ npm install eslint-plugin-local-rules
2025

2126
## Usage
2227

23-
### ./eslint-local-rules.js
28+
### ./eslint-local-rules.js (or ./eslint-local-rules/index.js)
2429

2530
```javascript
2631
'use strict';

0 commit comments

Comments
 (0)