module.exports = { extends: [ '@nextcloud', ], rules: { 'sort-imports': 'error', 'vue/attributes-order': ['error', { alphabetical: true }], }, }