torontocrypto / borgil

Extensible network bot written in Node.js. Currently supports IRC and Telegram.
3 stars 6 forks source link

Update syntax to ES6 #45

Open saltire opened 6 years ago

saltire commented 6 years ago

This is an update to the entire JS codebase to get the syntax in line with ES6. It also adds an ESLint config file to enforce code style. The codebase is mostly (like 99%) compliant.

Haven't found any obvious regressions.