OSDG-IIITH / Discord-CAS

Tool for user verification via CAS on Discord servers.
0 stars 7 forks source link

Run formatters on the codebase #3

Closed ankith26 closed 5 months ago

ankith26 commented 6 months ago

Right now the code is node formatted and there is not a proper formatting configuraiton standard.

Try to make configuration files containing the default configuration (PEP8 standards) or (ESLint) in JavaScript

Can make a ./format.sh that calls both these tools, for convenience.

RaunakSeksaria commented 6 months ago

would like to work on this issue