mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
14 lines
151 B
JavaScript
14 lines
151 B
JavaScript
module.exports = {
|
|
globals: {
|
|
t: true,
|
|
n: true,
|
|
OC: true,
|
|
OCA: true,
|
|
OCP: true,
|
|
$: true,
|
|
_: true,
|
|
},
|
|
extends: [
|
|
'@nextcloud',
|
|
],
|
|
}
|