Skip to content

Commit

Permalink
chore: remove prettier support for now
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Citharel <[email protected]>
  • Loading branch information
tcitworld committed Aug 29, 2024
1 parent 831edaf commit 311aab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
14 changes: 3 additions & 11 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
module.exports = {
extends: ['@nextcloud', 'prettier'],
overrides: [
{
files: ['**/*.vue'],
rules: {
'vue/first-attribute-linebreak': 'off',
},
},
],
extends: ['@nextcloud'],
globals: {
'$': true
}
$: true,
},
}
15 changes: 0 additions & 15 deletions .prettierignore

This file was deleted.

0 comments on commit 311aab3

Please sign in to comment.