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