Update .eslintrc.js

This commit is contained in:
syuilo 2021-08-30 20:50:41 +09:00
parent a259f5d3bd
commit 1aabd70f66

View file

@ -15,6 +15,8 @@ module.exports = {
'indent': ['error', 'tab', {
'SwitchCase': 1,
'flatTernaryExpressions': true,
'ArrayExpression': 'first',
'ObjectExpression': 'first',
}],
'eol-last': ['error', 'always'],
'semi': ['error', 'always'],