Comparing version 2.6.2 to 2.6.3
{ | ||
"name": "jshint", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"homepage": "http://jshint.com/", | ||
@@ -5,0 +5,0 @@ "description": "Static analysis tool for JavaScript", |
@@ -207,3 +207,4 @@ "use strict"; | ||
W129: "'{a}' is defined in a future version of JavaScript. Use a " + | ||
"different variable name to avoid migration issues." | ||
"different variable name to avoid migration issues.", | ||
W130: "Trailing ',' is not valid in array destructuring assignment." | ||
}; | ||
@@ -210,0 +211,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1893241
34409