Bug 1297722 - Allow ES6 features to pass eslint (#1806)

This commit is contained in:
William Lachance 2016-08-24 12:33:05 -04:00 коммит произвёл GitHub
Родитель bca42942bd
Коммит 8150896242
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,8 @@
{ {
"root": true, "root": true,
"env": { "env": {
"browser": true "browser": true,
"es6": true
}, },
"extends": "eslint:recommended", "extends": "eslint:recommended",
"rules": { "rules": {