Skip to content

Commit

Permalink
chore: convert indent size
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Sep 23, 2024
1 parent 01c2a88 commit 932276f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module.exports = {
globals: {
appName: true,
},
extends: [
'@nextcloud',
],
rules: {
// production only
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'warn',
'vue/no-unused-components': process.env.NODE_ENV === 'production' ? 'error' : 'warn',
}
globals: {
appName: true,
},
extends: [
'@nextcloud',
],
rules: {
// production only
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'warn',
'vue/no-unused-components': process.env.NODE_ENV === 'production' ? 'error' : 'warn',
}
}

0 comments on commit 932276f

Please sign in to comment.