From 43e0283fb1e701d62fe3ffdf08bbcf85979571a2 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 23 Jul 2016 12:12:37 -0700 Subject: [PATCH] [ticket/14720] Add "phpbb" as allowed global to jshintrc PHPBB3-14720 --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 90d3bb613e..c1efecd573 100644 --- a/.jshintrc +++ b/.jshintrc @@ -19,6 +19,7 @@ "jquery": true, "globals": { - "JSON": true + "JSON": true, + "phpbb": true } }