MonsterEOS / monstereos

A Tamagotchi and Battle Game for EOS Blockchain :)
https://monstereos.io
MIT License
186 stars 61 forks source link

JavaScript Code Style #145

Closed gaboesquivel closed 5 years ago

gaboesquivel commented 5 years ago

Are you ok with adopting StandardJS as default coding style and linter ?

https://standardjs.com

leordev commented 5 years ago

Yes, let's go with that but with double quotes instead!

leordev commented 5 years ago

I will tackle this with prettier.io

gaboesquivel commented 5 years ago

Beware prettier is just code formatting, I think we also want code-quality checks https://prettier.io/docs/en/comparison.html

leordev commented 5 years ago

yep, nothing changes in our tslint code-quality rules

gaboesquivel commented 5 years ago

👍