mirror of
https://github.com/nextcloud/tasks.git
synced 2025-07-20 16:36:09 +00:00
14 lines
176 B
JavaScript
14 lines
176 B
JavaScript
module.exports = {
|
|
globals: {
|
|
t: false,
|
|
n: false,
|
|
OC: false,
|
|
OCA: false,
|
|
moment: true,
|
|
appVersion: true,
|
|
},
|
|
extends: [
|
|
'@nextcloud/eslint-config/vue3',
|
|
],
|
|
};
|