RePod-Nextcloud-App/.eslintrc.js
2024-05-29 17:11:53 +02:00

10 lines
254 B
JavaScript

module.exports = {
extends: ['@nextcloud', 'plugin:prettier/recommended'],
rules: {
'jsdoc/require-jsdoc': 'off',
'vue/first-attribute-linebreak': 'off',
'sort-imports': 'error',
'vue/attributes-order': ['error', { alphabetical: true }],
},
}