Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
fix houndci warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Jun 4, 2016
1 parent 5866f1f commit 3a9d3d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"extends": "profiscience",
"parserOptions": {
"sourceType": "module"
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
}
}

0 comments on commit 3a9d3d2

Please sign in to comment.