From fd4ff7d1beb147875c2f1cb9ba832a2e659f4de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gra=C3=A7a?= Date: Fri, 27 Nov 2015 21:43:43 +0000 Subject: [PATCH] Explain format for excluding multiple directories --- pages/cli.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/cli.md b/pages/cli.md index b443a31..ab9790f 100644 --- a/pages/cli.md +++ b/pages/cli.md @@ -219,7 +219,9 @@ like it's an HTML file. #### `--exclude` -Allows you to specify directories which you DON'T want to be linted. +Allows you to specify a comma separated list of directories which you DON'T want to be linted. + + $ jshint --exclude=node_modules,coverage #### `--exclude-path`