BadIdeaFactory / truthgoggles

🤔 is hard, let the mindless 🤖 s help you do it
Apache License 2.0
3 stars 0 forks source link

Set up linting #32

Closed slifty closed 6 years ago

slifty commented 6 years ago

We haven't written any code yet, so now is the perfect time to set up linting and nail down code styles for the project. I believe eslint is what we're going to want, and unless others hate this idea I'd propose we go for the gold and use the airbnb ruleset.

Also, no semicolons...? eh? eh?

Laurian commented 6 years ago

create react app gives you a set of defaults too, use those and move on, stop fiddling with dotfiles

slifty commented 6 years ago

Oh duh, makes sense that would be there. I must have just not actually run the linter!

cc @crupar on the above.