Skip to content

Commit 9f9388f

Browse files
author
James Allardice
committed
Added missing JSHint error codes
1 parent cf5bb64 commit 9f9388f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/avoid-arguments.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<!---
22
{
33
"titles": [
4-
"Avoid arguments.{a}"
4+
"Avoid arguments.{a}",
5+
"W059"
56
],
67
"slugs": [
7-
"avoid-arguments"
8+
"avoid-arguments",
9+
"w059"
810
],
911
"linters": [
1012
"jslint",

articles/regex-division.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<!---
22
{
33
"titles": [
4-
"A regular expression literal can be confused with '/='"
4+
"A regular expression literal can be confused with '/='",
5+
"E014"
56
],
67
"slugs": [
7-
"a-regular-expression-literal-can-be-confused-with"
8+
"a-regular-expression-literal-can-be-confused-with",
9+
"e014"
810
],
911
"linters": [
1012
"jslint",

0 commit comments

Comments
 (0)