quinnmil / summit

Comprehensive Mountaineering Resource
1 stars 0 forks source link

add linter #19

Closed margielamadman closed 5 years ago

margielamadman commented 5 years ago

use airbnb style guide

quinnmil commented 5 years ago

I'm thinking we should go with StandardJS to use and add to project, (no config files needed) and it's a good, clean standard. Has a CLI tool and vim linter as well.

margielamadman commented 5 years ago

Install Standard: npm install standard --global

Add this extension to VSCode: StandardJS

quinnmil commented 5 years ago

@margielamadman Do you want to make one big "lint files" issue or just lint files as we come across them? Looking to close this issue since we have chosen a linter and are both setup to use it.