repod/.eslintrc.js

10 lines
155 B
JavaScript
Raw Permalink Normal View History

2023-06-22 18:10:30 +00:00
module.exports = {
extends: [
'@nextcloud',
2023-07-02 14:56:58 +00:00
],
2023-07-02 16:30:42 +00:00
rules: {
'sort-imports': 'error',
2023-07-29 15:53:51 +00:00
'vue/attributes-order': ['error', { alphabetical: true }],
2023-07-02 16:30:42 +00:00
},
2023-06-22 18:10:30 +00:00
}