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/.jshintrc')
-rw-r--r--js/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 0f064a0b4e..e0722690bd 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -3,6 +3,7 @@
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,
+ "eqnull" : true,
"debug" : true,
"devel" : true,
"boss" : true,