From 702e9719b63e33830c3912306d7ed40f3c9410f1 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 25 Mar 2013 10:24:04 +0100 Subject: [PATCH] JSHint: Ignore docs/html and docs/js The MediaWiki doxygen documentation is generated by default under /docs/html and includes some JavaScript files. Since we do not maintain that output, simply ask JSHint to kindly ignore them. Same for the static site generated by JSDuck. Change-Id: Ief4661128992b65aa85dfaa6f48d31745fe6ff19 --- .jshintignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.jshintignore b/.jshintignore index 3869deb913..30b6ee1056 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,3 +1,7 @@ +# Generated documentation +docs/html/ +docs/js/ + # third-party libs extensions/ node_modules/ -- 2.20.1