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