File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"titles": [
4
4
"Confusing pluses",
5
5
"Confusing plusses",
6
- "W006 "
6
+ "W007 "
7
7
],
8
8
"slugs": [
9
9
"confusing-pluses",
10
10
"confusing-plusses",
11
- "w006 "
11
+ "w007 "
12
12
],
13
13
"linters": [
14
14
"jslint",
@@ -92,8 +92,8 @@ var a = "5",
92
92
93
93
In JSHint 1.0.0 and above you have the ability to ignore any warning with a
94
94
[ 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.
97
97
98
98
[ es5-11.4.6 ] : http://es5.github.io/#x11.4.6
99
99
[ jshintopts ] : http://jshint.com/docs/#options
You can’t perform that action at this time.
0 commit comments