eslint --fix

This commit is contained in:
Eric Fischer
2017-12-08 12:36:39 -05:00
parent e0112d18e3
commit 5bc6b31e29
415 changed files with 3554 additions and 3728 deletions

View File

@@ -1,6 +1,6 @@
var message = "Rock & Roll";
var x = "<string>" + message + "</strong>";
var template = "<%= invalid %>";
var message = 'Rock & Roll';
var x = '<string>' + message + '</strong>';
var template = '<%= invalid %>';
// quiet the linter
alert(x);
alert(template);