mirror of
https://github.com/garraflavatra/yeslint.git
synced 2025-04-15 12:31:03 +00: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-infix-ops': 'error',
|
||||||
'space-unary-ops': 'error',
|
'space-unary-ops': 'error',
|
||||||
'template-curly-spacing': 'error',
|
'template-curly-spacing': 'error',
|
||||||
curly: 2,
|
curly: 'error',
|
||||||
'brace-style': [
|
'brace-style': [
|
||||||
'error',
|
'error',
|
||||||
'stroustrup',
|
'stroustrup',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user