Do not complain about trailing semicolons and require stmts

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-10-25 15:10:15 +02:00
Родитель 6bea13a51e
Коммит 44162193ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -21,7 +21,9 @@
"describe": true,
"define": true,
"beforeEach": true,
"afterEach": true
"afterEach": true,
"require": true
},
"esversion": 6
"esversion": 6,
"asi": true
}