chalda / DiscordBot

A chat bot for discord app based off discord.js
GNU General Public License v2.0
583 stars 355 forks source link

Prettier issue #203 solved #237

Closed agamswaroop619 closed 1 year ago

agamswaroop619 commented 1 year ago

Changes that I have done: => Updated Prettier Dependency to version 2.5.0 (latest version at this time). => Deprecated the use of Babylon parser and updated it to use the Babel parser as per the latest Prettier recommendations. => Default Tab Width is now changes to 2 as suggested. => Improved Formatting and Code Consistency! Looking forward to review of PR

Einarin commented 1 year ago

Thanks! Looks good.