mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
Update eslint.md
This commit is contained in:
parent
7e8b983fb5
commit
008c4c2162
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
- Lint on files:
|
- Lint on files:
|
||||||
|
|
||||||
`eslint {filename}.js`
|
`eslint {{filename}}.js`
|
||||||
|
|
||||||
- Lint with config:
|
- Lint with config:
|
||||||
|
|
||||||
`eslint -c {config file path} {filename}.js`
|
`eslint -c {{config file path}} {{filename}}.js`
|
||||||
|
|
Loading…
Add table
Reference in a new issue