Skip to content

Commit b2fadb3

Browse files
author
James Allardice
committed
Fix slugs for combine var statements article
1 parent 2d278d2 commit b2fadb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/combine-var.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"W081"
77
],
88
"slugs": [
9-
"do-not-wrap-function-literals-in-parens",
10-
"wrapping-non-iife-functions-in-parens-is-unnecessary",
9+
"combine-this-with-the-previous-var-statement",
10+
"too-many-var-statements",
1111
"w081"
1212
],
1313
"linters": [

0 commit comments

Comments
 (0)