mirror of
https://git.crystalyx.net/Xefir/repod.git
synced 2024-12-26 00:37:13 +01:00
10 lines
155 B
JavaScript
10 lines
155 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@nextcloud',
|
|
],
|
|
rules: {
|
|
'sort-imports': 'error',
|
|
'vue/attributes-order': ['error', { alphabetical: true }],
|
|
},
|
|
}
|