Update grunt-eslint to 20.1.0

This commit is contained in:
Nils Knappmeier
2017-10-21 15:42:27 +02:00
parent 8947dd077c
commit 7729aa956b
14 changed files with 157 additions and 228 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ describe('spec', function() {
// We nest the entire response from partials, not just the literals
|| (name === 'partials.json' && test.name === 'Standalone Indentation')
|| (/\{\{\=/).test(test.template)
|| _.any(test.partials, function(partial) { return (/\{\{\=/).test(partial); })) {
|| (/\{\{=/).test(test.template)
|| _.any(test.partials, function(partial) { return (/\{\{=/).test(partial); })) {
it.skip(name + ' - ' + test.name);
return;
}