🎨 jsHint: support ES6 features (#7920)

no issue
- add `eversion: 6` flag to `jshint` config
This commit is contained in:
Katharina Irrgang 2017-01-31 14:13:23 +01:00 committed by Kevin Ansfield
parent eebdfab7b0
commit bac8bcf978

View File

@ -22,5 +22,6 @@
"indent": 4,
"predef": [
"-Promise"
]
],
"esversion": "6"
}