mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14720] Add "phpbb" as allowed global to jshintrc
PHPBB3-14720
This commit is contained in:
parent
ef91c6abed
commit
43e0283fb1
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
"jquery": true,
|
"jquery": true,
|
||||||
|
|
||||||
"globals": {
|
"globals": {
|
||||||
"JSON": true
|
"JSON": true,
|
||||||
|
"phpbb": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue