Skip to content

Commit

Permalink
[eslint] es6 env
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Dec 19, 2018
1 parent 281d00e commit e019177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "./node_modules/rete-cli/.eslintrc"
"extends": "./node_modules/rete-cli/.eslintrc",
"env": {
"es6": true
}
}

0 comments on commit e019177

Please sign in to comment.