1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge pull request #4391 from VSEphpbb/ticket/14720

[ticket/14720] Add "phpbb" as allowed global to jshintrc
This commit is contained in:
Marc Alexander
2016-07-24 19:15:48 +02:00

View File

@@ -19,6 +19,7 @@
"jquery": true, "jquery": true,
"globals": { "globals": {
"JSON": true "JSON": true,
"phpbb": true
} }
} }