Update eslint.md

This commit is contained in:
phillip055 2017-10-30 16:32:06 +07:00 committed by GitHub
parent 7e8b983fb5
commit 008c4c2162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@
- Lint on files:
`eslint {filename}.js`
`eslint {{filename}}.js`
- Lint with config:
`eslint -c {config file path} {filename}.js`
`eslint -c {{config file path}} {{filename}}.js`