chore: eslint - indent 4
This commit is contained in:
@@ -25,6 +25,7 @@ module.exports = {
|
||||
'generator-star-spacing': 0,
|
||||
// allow debugger during development
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
|
||||
'space-before-function-paren': 0
|
||||
'space-before-function-paren': 0,
|
||||
'indent': ['error', 4]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user