Open 9mm opened 4 years ago
This plugin works perfectly. My only question is how hard would it be to conditionally add the ; at the end of the line?
;
For example, it should trigger for this:
var x = function() {};
but not
function () { or class {
function () {
class {
This plugin works perfectly. My only question is how hard would it be to conditionally add the
;
at the end of the line?For example, it should trigger for this:
var x = function() {};
but not
function () {
orclass {