summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 10:43:14 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 10:43:14 +0100
commitaf95556560f2474ca504218c0a18eef267e7cd16 (patch)
tree62d91326c8a4542b4588a630802a55cd58fd8c0e /js/.jshintrc
parent86b27436e7845f29a3673cdf8992301e8f865493 (diff)
add article action plugins
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index eb9bb2859..15c79d436 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -43,6 +43,7 @@
"exports": true,
"reverse": true,
"items": true,
- "enumerate": true
+ "enumerate": true,
+ "News": true
}
}