Update .eslintrc.js

This commit is contained in:
syuilo 2022-09-11 03:34:41 +09:00 committed by GitHub
parent 4c767f16f6
commit a97fcd9e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module.exports = {
rules: {
'indent': ['warn', 'tab', {
'SwitchCase': 1,
'MemberExpression': 'off',
'MemberExpression': 1,
'flatTernaryExpressions': true,
'ArrayExpression': 'first',
'ObjectExpression': 'first',