Disable eslint for a line
This commit is contained in:
parent
4b950e9689
commit
5483c509c0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
const CompilerClient = require('./struct/CompilerClient');
|
const CompilerClient = require('./struct/CompilerClient');
|
||||||
const config = require('../config.json');
|
const config = require('../config.json');
|
||||||
const client = new CompilerClient(config);
|
const client = new CompilerClient(config);
|
||||||
client.once('ready', () => console.log('Comp_iler ready to go!'));
|
client.once('ready', () => console.log('Comp_iler ready to go!')); // eslint-disable-line no-console
|
||||||
client.start();
|
client.start();
|
||||||
|
|
Loading…
Reference in a new issue