[Pkg-javascript-commits] [pdf.js] 04/246: Enforcing JSHint's noarg and nonbsp options
David Prévot
taffit at moszumanska.debian.org
Sun Sep 7 15:36:19 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 1845922de2652369ed98bb0b7790d14a83a55aa9
Author: Tim van der Meij <timvandermeij at gmail.com>
Date: Sat Jul 19 16:55:16 2014 +0200
Enforcing JSHint's noarg and nonbsp options
---
.jshintrc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.jshintrc b/.jshintrc
index d08a6e3..09c16da 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -10,6 +10,8 @@
"trailing": true,
"curly": true,
"undef": true,
+ "noarg": true,
+ "nonbsp": 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