mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 10:54:41 -04:00
adding ownCloud globals to jshintrc: OC, t, n
This commit is contained in:
parent
3c9f588449
commit
d7bc23e16d
1 changed files with 4 additions and 1 deletions
|
|
@ -23,6 +23,9 @@
|
|||
"beforeEach": true,
|
||||
"afterEach": true,
|
||||
"sinon": true,
|
||||
"fakeServer": true
|
||||
"fakeServer": true,
|
||||
"OC": true,
|
||||
"t": true,
|
||||
"n": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue