1
0
Fork 1
mirror of https://example.com synced 2024-11-24 07:16:38 +09:00

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: {
'indent': ['warn', 'tab', {
'SwitchCase': 1,
'MemberExpression': 'off',
'MemberExpression': 1,
'flatTernaryExpressions': true,
'ArrayExpression': 'first',
'ObjectExpression': 'first',