Skip to content

Commit

Permalink
Fixing hound errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gadishimwe committed Dec 9, 2019
1 parent f3c7798 commit cdf1c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"parserOptions": {
"sourceType": "module",
"allowImportExportEverywhere": true
"allowImportExportEverywhere": true,
"ecmaVersion": 11
}
}

0 comments on commit cdf1c16

Please sign in to comment.