Skip to content

Commit

Permalink
Set ES6 env to false
Browse files Browse the repository at this point in the history
Solidus is not a JavaScript project, it does not makes much sense to
enforce ES6+ syntax
  • Loading branch information
aitbw committed Jun 5, 2019
1 parent e3df0d3 commit a697740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "airbnb-base",
"env": {
"es6": false,
"browser": true,
"jquery": true
},
Expand Down

0 comments on commit a697740

Please sign in to comment.