eslint --fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user