Skip to content

Commit

Permalink
Bug 1297722 - Allow ES6 features to pass eslint (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Aug 24, 2016
1 parent bca4294 commit 8150896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
@@ -1,7 +1,8 @@
{
"root": true,
"env": {
"browser": true
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"rules": {
Expand Down

0 comments on commit 8150896

Please sign in to comment.