[Pkg-javascript-commits] [pdf.js] 100/246: Enforce strict equalities with JSHint
David Prévot
taffit at moszumanska.debian.org
Sun Sep 7 15:36:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit ebfa6c86a6ae334e30717bce2b0d2c00757e9fba
Author: Tim van der Meij <timvandermeij at gmail.com>
Date: Sat Aug 2 13:57:20 2014 +0200
Enforce strict equalities with JSHint
---
.jshintrc | 1 +
1 file changed, 1 insertion(+)
diff --git a/.jshintrc b/.jshintrc
index 09c16da..b777537 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -12,6 +12,7 @@
"undef": true,
"noarg": true,
"nonbsp": true,
+ "eqeqeq": true,
// Relaxing
"boss": true,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list