eslint: re-enable eslint after disabling max-len

This commit is contained in:
Lewdcario 2018-07-23 14:34:38 -06:00
parent fbbd8f43b3
commit e4da97e058
No known key found for this signature in database
GPG key ID: F9A141E5527C6660

View file

@ -724,6 +724,7 @@ class Guild {
setDefaultMessageNotifications(defaultMessageNotifications, reason) {
return this.edit({ defaultMessageNotifications }, reason);
}
/* eslint-enable max-len */
/**
* Edit the name of the guild.