8000 update ESLint config to match new rule name · removed-usr/jsdoc.github.io@cd9b01d · GitHub
[go: up one dir, main page]

Skip to content

Commit cd9b01d

Browse files
committed
update ESLint config to match new rule name
1 parent f7b9352 commit cd9b01d

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
@@ -152,7 +152,7 @@
152152
"space-in-parens": 0,
153153
"space-infix-ops": 2,
154154
"space-return-throw-case": 2,
155-
"space-unary-word-ops": 2,
155+
"space-unary-ops": 2,
156156
"spaced-line-comment": [2, "always"],
157157
"wrap-regex": 0,
158158

0 commit comments

Comments
 (0)
0