module.exports = { extends: ['@nextcloud', 'plugin:prettier/recommended'], rules: { 'jsdoc/require-jsdoc': 'off', 'sort-imports': 'error', }, }