Port 1558517 - Pre 3.0: Remove conflicting eslint rules, and turn on "curly: all" everywhere, r=standard8

This commit is contained in:
Ed Lee 2019-07-05 08:03:21 -07:00
Родитель ba9b96ee17
Коммит 963edf861c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 40B7250312F03605
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -102,7 +102,6 @@ module.exports = {
"capitalized-comments": 0,
"class-methods-use-this": 0,
"consistent-this": [2, "use-bind"],
"curly": [2, "all"],
"default-case": 0,
"eqeqeq": 2,
"for-direction": 2,