1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:22:08 +02:00

eslint: use clearer wording in command descriptions (#2554)

This commit is contained in:
Max Strübing 2018-11-05 09:22:39 +01:00 committed by Owen Voke
parent 5e74b96713
commit 5d3e427abd

View file

@ -6,7 +6,7 @@
`eslint --init` `eslint --init`
- Lint on files: - Lint on a given set of files:
`eslint {{filename}}.js {{filename1}}.js` `eslint {{filename}}.js {{filename1}}.js`