mirror of
https://github.com/garraflavatra/yeslint.git
synced 2024-11-21 15:38:57 +01:00
Replaced 2
with 'error'
for clarity
This commit is contained in:
parent
b5b3ccac67
commit
9055dde0ae
@ -193,7 +193,7 @@ const generic = {
|
||||
'space-infix-ops': 'error',
|
||||
'space-unary-ops': 'error',
|
||||
'template-curly-spacing': 'error',
|
||||
curly: 2,
|
||||
curly: 'error',
|
||||
'brace-style': [
|
||||
'error',
|
||||
'stroustrup',
|
||||
|
Loading…
Reference in New Issue
Block a user