Skip to content

Commit 94a37a1

Browse files
committed
style: patch eslintrc
1 parent 40037d3 commit 94a37a1

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.eslintrc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,16 @@
7070
"ignoreEOLComments": true
7171
}
7272
],
73-
"no-loss-of-precision": [0]
73+
"no-loss-of-precision": [0],
74+
"block-spacing": [2, "always"],
75+
"object-curly-spacing": [2, "always"],
76+
"comma-spacing": [
77+
2,
78+
{
79+
"before": false,
80+
"after": true
81+
}
82+
]
7483
},
7584
"env": {
7685
"es6": true,

0 commit comments

Comments
 (0)