Skip to content

Commit ea37618

Browse files
author
Cobb Jung
committed
Merge branch 'hotfix/0.1.8'
2 parents 5418bdd + 3c6ae41 commit ea37618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
],
4141
"@typescript-eslint/type-annotation-spacing": ["warn", { "before": false, "after": true, "overrides": { "colon": { "before": true, "after": true }, "arrow": { "before": true, "after": true } } }],
42-
'arrow-parens': ['error', 'as-needed'],
42+
"arrow-parens": ["warn", "as-needed"],
4343
"no-nested-ternary": "off",
4444
"no-unused-expressions": "off",
4545
"no-unused-vars": "off",

0 commit comments

Comments
 (0)