mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
8 lines
86 B
JavaScript
8 lines
86 B
JavaScript
module.exports = {
|
|
globals: {
|
|
appVersion: true
|
|
},
|
|
extends: [
|
|
'@nextcloud'
|
|
]
|
|
}
|