aidn3 / hypixel-guild-discord-bridge

Service connects multiple guilds and discord server together
MIT License
19 stars 6 forks source link

chore(lint): lint with a better PascalCase #220

Closed aidn3 closed 1 month ago

aidn3 commented 1 month ago

The default linter uses a regex that allows all uppercase such as "MESSAGES". The custom regex enforces a true PascalCase converting it to "Messages"