https://www.how to configure and use eslint as a file to enable eslint in you repositoryyoutube.com/results?search_query=lint+config+file+for+giltab code example
Example: eslint ignore javascript
var thing = new Thing(); // eslint-disable-line no-use-before-define
thing.sayHello();
function Thing() {
this.sayHello = function() { console.log("hello"); };
}