M
M
Maxim Safaraliev2018-03-06 22:13:55
JavaScript
Maxim Safaraliev, 2018-03-06 22:13:55

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)

At the exit it was
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 question

Ask a Question

731 491 924 answers to any question