photos/.eslintrc.js

6 lines
51 B
JavaScript
Raw Normal View History

module.exports = {
extends: [
'nextcloud'
]
};