chore: 🔀 Merge upstream
This commit is contained in:
commit
9dfb552c72
|
@ -14,7 +14,7 @@ module.exports = {
|
||||||
rules: {
|
rules: {
|
||||||
'indent': ['warn', 'tab', {
|
'indent': ['warn', 'tab', {
|
||||||
'SwitchCase': 1,
|
'SwitchCase': 1,
|
||||||
'MemberExpression': 'off',
|
'MemberExpression': 1,
|
||||||
'flatTernaryExpressions': true,
|
'flatTernaryExpressions': true,
|
||||||
'ArrayExpression': 'first',
|
'ArrayExpression': 'first',
|
||||||
'ObjectExpression': 'first',
|
'ObjectExpression': 'first',
|
||||||
|
|
Loading…
Reference in New Issue