FAC10 / week5-jajascript

Never miss a train leaving from Bethnal Green again
https://week5-jajascript-bethnal-green.herokuapp.com/
5 stars 1 forks source link

Lack of linter #57

Open ZooeyMiller opened 7 years ago

ZooeyMiller commented 7 years ago

To make your code consistently formatted you could use a linter configuration, we've been using the AirBnB preset which is strict but quite good. If you CD into your directory in terminal and run eslint --init and you can either answer questions about how you want your style to be or you can use a preset.