Skip to content

Commit afbef7d

Browse files
committed
fix(ga): issue #606 - update eslintrc
1 parent 6e01ddc commit afbef7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"space-before-function-paren": [
247247
"error",
248248
{
249-
"anonymous": "never",
249+
"anonymous": "always",
250250
"named": "never",
251251
"asyncArrow": "always"
252252
}

0 commit comments

Comments
 (0)