only update the current view
This commit is contained in:
+4
-1
@@ -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]
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user