Skip to content

Commit 0e5d384

Browse files
committed
update eslint
1 parent 030856b commit 0e5d384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"space-before-function-paren": ["error", {
103103
"anonymous": "never",
104104
"named": "never",
105-
"asyncArrow": "never"
105+
"asyncArrow": "always"
106106
}],
107107
"space-in-parens": [
108108
"error",

0 commit comments

Comments
 (0)