Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/.jshintrc')
-rw-r--r--js/tests/unit/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/unit/.jshintrc b/js/tests/unit/.jshintrc
index 682a49af1e..22e878512b 100644
--- a/js/tests/unit/.jshintrc
+++ b/js/tests/unit/.jshintrc
@@ -1,5 +1,6 @@
{
"extends" : "../../.jshintrc",
"devel" : true,
+ "es3" : false,
"qunit" : true
}