File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "rules" : {
1919 "accessor-pairs" : 2 ,
2020 "array-bracket-spacing" : 0 ,
21+ "arrow-parens" : 0 ,
2122 "block-scoped-var" : 0 ,
2223 "brace-style" : [2 , " 1tbs" , { "allowSingleLine" : true }],
24+ "callback-return" : 0 ,
2325 "camelcase" : 0 ,
2426 "comma-dangle" : [2 , " never" ],
2527 "comma-spacing" : [2 , { "before" : false , "after" : true }],
4345 "guard-for-in" : 0 ,
4446 "handle-callback-err" : [2 , " ^(err|error)$" ],
4547 "indent" : [2 , 2 ],
48+ "init-declarations" : 0 ,
4649 "key-spacing" : [2 , { "beforeColon" : false , "afterColon" : true }],
4750 "linebreak-style" : 0 ,
4851 "lines-around-comment" : 0 ,
161164 "operator-linebreak" : [2 , " after" ],
162165 "padded-blocks" : 0 ,
163166 "prefer-const" : 0 ,
167+ "prefer-spread" : 0 ,
164168 "quote-props" : 0 ,
165169 "quotes" : [2 , " single" , " avoid-escape" ],
166170 "radix" : 2 ,
You can’t perform that action at this time.
0 commit comments