Skip to content

Commit

Permalink
Add eslint config (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
perliedman authored and IvanSanchez committed Aug 27, 2017
1 parent 388e17d commit 6377bcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
}

0 comments on commit 6377bcc

Please sign in to comment.