tasks/.eslintrc.js
Raimund Schlüßler 73f745a396
Use eslint-config-nextcloud
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-01-29 22:35:33 +01:00

13 lines
156 B
JavaScript

module.exports = {
globals: {
t: false,
n: false,
OC: false,
OCA: false,
moment: true,
$appVersion: true,
},
extends: [
'nextcloud'
],
};