mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
chore: convert indent size
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
01c2a8833b
commit
932276f0da
1 changed files with 11 additions and 11 deletions
22
.eslintrc.js
22
.eslintrc.js
|
|
@ -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',
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue