issues
search
BadIdeaFactory
/
overengineered-diplomacy
A system to publicize friend-death as robustly as possible
https://badideafactory.github.io/overengineered-diplomacy/
Apache License 2.0
10
stars
1
forks
source link
Set up eslint-based code standard with prettier
#16
Open
louh
opened
6 years ago
louh
commented
6 years ago
Couple of choices:
Standard JS
my personal favorite; no semicolons
AirBnb
extremely rigid, but mostly reasonable
In addition:
Prettier
, which automatically formats code so you really don't have to worry about it. It can be used in conjunction with the eslint configs above, or on its own.
Couple of choices:
In addition: