a7f4d54d0f
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
14 lines
237 B
JavaScript
14 lines
237 B
JavaScript
module.exports = {
|
|
globals: {
|
|
__webpack_nonce__: true,
|
|
__webpack_public_path__: true,
|
|
_: true,
|
|
$: true,
|
|
moment: true,
|
|
escapeHTML: true,
|
|
oc_userconfig: true,
|
|
dayNames: true,
|
|
firstDay: true
|
|
},
|
|
extends: ['nextcloud']
|
|
}
|