File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# eslint-find-new-rules
2
2
3
- Use this for your own [ ESLint] ( http://eslint.org/ ) [ sharable configuration] ( http://eslint.org/docs/developer-guide/shareable-configs )
3
+ Use this for your own [ ESLint] ( http://eslint.org/ ) [ shareable configuration] ( http://eslint.org/docs/developer-guide/shareable-configs )
4
4
to identify built-in ESLint rules that you're not explicitly configuring.
5
5
6
6
[ ![ Build Status] ( https://img.shields.io/travis/kentcdodds/eslint-find-new-rules.svg?style=flat-square )] ( https://travis-ci.org/kentcdodds/eslint-find-new-rules )
@@ -21,7 +21,7 @@ The intended usage is as an npm script:
21
21
{
22
22
...
23
23
" scripts" : {
24
- " find-new-rules" : " eslint-find-new-rules eslint-config-yourconfigname "
24
+ " find-new-rules" : " eslint-find-new-rules eslint-config-yourConfigName "
25
25
}
26
26
...
27
27
}
@@ -37,7 +37,7 @@ This is really handy in an actual config module (like [mine](https://github.com/
37
37
eslint-find-new-rules ./index.js
38
38
```
39
39
40
- This is resolved relative to the ` process.cwd() ` which, in the context of npm scripts is always the location of you ` package.json ` .
40
+ This is resolved relative to the ` process.cwd() ` which, in the context of npm scripts is always the location of your ` package.json ` .
41
41
42
42
### Absolute Path
43
43
You can’t perform that action at this time.
0 commit comments