Skip to content

Commit 0b4a590

Browse files
authored
docs: make rulesdir deprecation clearer (#20018)
1 parent 9b89903 commit 0b4a590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/use/command-line-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ To ignore rules in `.eslintrc` configuration files and only run rules specified
395395

396396
#### `--rulesdir`
397397

398-
**Deprecated**: Use rules from plugins instead.
398+
**Deprecated**: Use [rules from custom plugins](https://eslint.org/blog/2022/08/new-config-system-part-2/#from---rulesdir-to-runtime-plugins) instead.
399399

400400
**eslintrc Mode Only.** This option allows you to specify another directory from which to load rules files. This allows you to dynamically load new rules at run time. This is useful when you have custom rules that aren't suitable for being bundled with ESLint.
401401

0 commit comments

Comments
 (0)