only update the current view

This commit is contained in:
2023-06-01 12:11:25 +02:00
parent 10cf90bcf3
commit 76b56c62ce
4 changed files with 74 additions and 117 deletions
+4 -1
View File
@@ -13,6 +13,9 @@ module.exports = {
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
indent: 'off',
'@typescript-eslint/indent': ['error', 2]
}
}