thelounge/src/plugins/irc-events
Jérémie Astori caa46042bf Enforce strict mode across all JS files with ESLint
Several ES6 additions are only available in strict mode. Example:
> SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode

Strict mode was also enabled in a few of our files already, and it is a good thing to have anyway.
2016-10-09 15:14:02 -04:00
..
connection.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
ctcp.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
error.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
invite.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
join.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
kick.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
link.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
list.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
message.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
mode.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
motd.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
names.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
nick.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
part.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
quit.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
topic.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
unhandled.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
welcome.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
whois.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00