Skip to content

Commit 6101608

Browse files
captDaylightbeefancohen
authored andcommitted
trailing commas were throwing errors in my eslint
1 parent 356944a commit 6101608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/label-has-for.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This rule takes one optional object argument of type object:
2121
"required": {
2222
"every": [ "nesting", "id" ]
2323
},
24-
"allowChildren": false,
25-
}],
24+
"allowChildren": false
25+
}]
2626
}
2727
}
2828
```

0 commit comments

Comments
 (0)