summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-28 14:17:07 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-28 14:17:07 +0100
commitd85b56d5c967651e47e9723859b516c7d9c463ae (patch)
treed7507e6bc13be36b183e8fcfee432d3aee53eb00 /js/.jshintrc
parent7986ea3afcc0c57ecad5a25a92a5bbee8db81d08 (diff)
prefill add feed if url parameter given
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 9435c5e54..2ad2ea6e6 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -45,6 +45,7 @@
"items": true,
"enumerate": true,
"News": true,
- "t": true
+ "t": true,
+ "url": true
}
}