mirror of
https://github.com/garraflavatra/yeslint.git
synced 2025-06-28 04:55:11 +00:00
Replaced 2
with 'error'
for clarity
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user