[Eslint] Fix spelling error in config
This commit is contained in:
@@ -42,7 +42,7 @@ const style = {
|
||||
'max': 3,
|
||||
'maxEOF': 1
|
||||
}],
|
||||
'@stylistic/no-tab': 'error',
|
||||
'@stylistic/no-tabs': 'error',
|
||||
'@stylistic/no-trailing-spaces': 'error',
|
||||
'@stylistic/no-whitespace-before-property': 'error',
|
||||
'@stylistic/object-curly-newline': ['error', { 'multiline': true, 'minProperties': 2 }],
|
||||
|
Reference in New Issue
Block a user