Skip to content

Commit

Permalink
Lint: Add initial ESLint configuration
Browse files Browse the repository at this point in the history
Add an ESLint configuration skeleton.
  • Loading branch information
mattiasb committed Jan 31, 2016
1 parent 1dd3208 commit d07dea9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extends: "eslint:recommended"
root: true

env:
es6: true

0 comments on commit d07dea9

Please sign in to comment.