Answer the question
In order to leave comments, you need to log in
Automatically insert a semicolon?
Is there any online service / plugin for gulp that allows you to automatically put semicolons in js code with es6 support? I don't use them myself, but they are required by programmers who then work with my code. PS I'm doing the Front-end part.
To
let a = 1
let b = 2
console.log(a+b)
let a = 1;
let b = 2;
console.log(a+b);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question