Commit f2f2b693 by Johannes Zellner

Allow es 6

1 parent c407a326
Showing with 1 additions and 0 deletions
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"node": true, "node": true,
"browser": true, "browser": true,
"unused": true, "unused": true,
"esversion": 6,
"globalstrict": true, "globalstrict": true,
"predef": [ "angular", "$", "describe", "it", "before", "after" ] "predef": [ "angular", "$", "describe", "it", "before", "after" ]
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!