mirror of
https://example.com
synced 2024-11-24 07:16:38 +09:00
chore: 🔀 Merge upstream
This commit is contained in:
commit
9dfb552c72
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
rules: {
|
||||
'indent': ['warn', 'tab', {
|
||||
'SwitchCase': 1,
|
||||
'MemberExpression': 'off',
|
||||
'MemberExpression': 1,
|
||||
'flatTernaryExpressions': true,
|
||||
'ArrayExpression': 'first',
|
||||
'ObjectExpression': 'first',
|
||||
|
|
Loading…
Reference in a new issue