Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Error linter when ES6+ syntax is used
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Mar 24, 2017
1 parent 96040c1 commit d7be7d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
},
"eslintConfig": {
"root": true,
"parserOptions": {
"ecmaVersion": 5
},
"env": {
"browser": true,
"jasmine": true,
Expand Down

0 comments on commit d7be7d1

Please sign in to comment.