chore: 🔀 Merge upstream

This commit is contained in:
ThatOneCalculator 2022-09-10 12:14:19 -07:00
commit 9dfb552c72

View File

@ -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',