Skip to content

Commit

Permalink
[ticket/14720] Add "phpbb" as allowed global to jshintrc
Browse files Browse the repository at this point in the history
PHPBB3-14720
  • Loading branch information
iMattPro committed Jul 24, 2016
1 parent ef91c6a commit 43e0283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jshintrc
Expand Up @@ -19,6 +19,7 @@
"jquery": true,

"globals": {
"JSON": true
"JSON": true,
"phpbb": true
}
}

0 comments on commit 43e0283

Please sign in to comment.