[Pkg-javascript-commits] [less.js] 37/285: Enable JSHint's trailing check.
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit 9fe311b8a93f5ba6e3579046c58f8dbe833acfe5
Author: XhmikosR <xhmikosr at users.sourceforge.net>
Date: Sat Mar 1 20:00:49 2014 +0200
Enable JSHint's trailing check.
---
.jshintrc | 1 +
1 file changed, 1 insertion(+)
diff --git a/.jshintrc b/.jshintrc
index cb2794b..d455a2e 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -5,6 +5,7 @@
"node": true,
"undef": true,
"unused": "vars",
+ "trailing": true,
"noarg": true,
"eqnull": true,
"forin": true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list