eslint: update path placeholder (#10228)
* eslint: update path placeholder --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net>
This commit is contained in:

committed by
GitHub

parent
7fb40aa6dc
commit
d9c66f9c66
@@ -9,7 +9,7 @@
|
||||
|
||||
- Lint on a given set of files:
|
||||
|
||||
`eslint {{filename}}.js {{filename1}}.js`
|
||||
`eslint {{path/to/file1.js path/to/file2.js ...}}`
|
||||
|
||||
- Fix lint issues:
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
|
||||
- Lint with config:
|
||||
|
||||
`eslint -c {{path/to/config_file}} {{app/src}}`
|
||||
`eslint -c {{path/to/config_file}} {{path/to/source}}`
|
||||
|
Reference in New Issue
Block a user