6 lines
51 B
JavaScript
6 lines
51 B
JavaScript
|
module.exports = {
|
||
|
extends: [
|
||
|
'nextcloud'
|
||
|
]
|
||
|
};
|