Skip to content

Commit 88e5ac2

Browse files
author
James Allardice
committed
Fix JSHint code
1 parent 45de9a4 commit 88e5ac2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/confusing-pluses.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"titles": [
44
"Confusing pluses",
55
"Confusing plusses",
6-
"W006"
6+
"W007"
77
],
88
"slugs": [
99
"confusing-pluses",
1010
"confusing-plusses",
11-
"w006"
11+
"w007"
1212
],
1313
"linters": [
1414
"jslint",
@@ -92,8 +92,8 @@ var a = "5",
9292

9393
In JSHint 1.0.0 and above you have the ability to ignore any warning with a
9494
[special option syntax][jshintopts]. The identifier of this
95-
warning is **W006**. This means you can tell JSHint to not issue this warning
96-
with the `/*jshint -W006 */` directive.
95+
warning is **W007**. This means you can tell JSHint to not issue this warning
96+
with the `/*jshint -W007 */` directive.
9797

9898
[es5-11.4.6]: http://es5.github.io/#x11.4.6
9999
[jshintopts]: http://jshint.com/docs/#options

0 commit comments

Comments
 (0)