18F / 18f-scaffolding

A scaffold/generator to standardize 18F project setup
Other
26 stars 14 forks source link

Lint using AirBnB's config #55

Closed cmc333333 closed 7 years ago

cmc333333 commented 7 years ago

Assume Node 6x+, which gives us most of ES6. Given that, apply AirBnB's config (which has become 18F's default JS linter) to all of our files.

Also sets up Travis to do linting per PR.