From b029a4037e8f8ed2ec0ce2d2b3ed6cf3ccb13bb3 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 18 Jan 2013 12:09:35 +0100 Subject: [PATCH] JSHint: ignore modules/MathJax modules/MathJax is a third party library, we do not want to report JSHint errors for it. Any errors there should be committed upstream. Change-Id: I48a73eacb635149141e554853bf4aef65ecdcd49 --- .jshintignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .jshintignore diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000..bb813aa --- /dev/null +++ b/.jshintignore @@ -0,0 +1,2 @@ +# third-party lib +modules/MathJax