barthofu / tscord

🤖 A fully-featured discord bot template written in Typescript, intended to provide a framework that's easy to use, extend and modify
https://tscord.discbot.app
MIT License
246 stars 19 forks source link

[Feature] Code Formatting #128

Closed aroemen closed 7 months ago

aroemen commented 1 year ago

Feature

Since this project heavily relies on discordx, it would be nice to implement coding standards and formatting similar to that project. Having prettier installed on this project would make contributing much easier and more uniform.

barthofu commented 7 months ago

@aroemen it has been added! we've defined a linter and a style formating using https://github.com/antfu/eslint-config as base.

will be shipped soon with the v2.3.