2019-09-25 10:55:33 +03:00
|
|
|
module.exports = {
|
|
|
|
globals: {
|
|
|
|
__webpack_nonce__: true,
|
|
|
|
__webpack_public_path__: true,
|
|
|
|
_: true,
|
|
|
|
$: true,
|
|
|
|
moment: true,
|
|
|
|
escapeHTML: true,
|
2019-10-26 15:31:38 +03:00
|
|
|
oc_userconfig: true,
|
|
|
|
dayNames: true,
|
2020-12-17 13:45:13 +03:00
|
|
|
firstDay: true,
|
2019-09-25 10:55:33 +03:00
|
|
|
},
|
2020-03-25 12:38:16 +03:00
|
|
|
extends: ['@nextcloud'],
|
2019-11-13 15:05:10 +03:00
|
|
|
rules: {
|
|
|
|
'no-tabs': 'warn',
|
|
|
|
}
|
2019-09-25 10:55:33 +03:00
|
|
|
}
|