Remove the line to disable the "github/no-then"  rule.
This commit is contained in:
Eric Cornelissen 2020-11-25 22:44:45 +01:00
Родитель 378f1f95d7
Коммит 35fd0a93b1
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -49,8 +49,7 @@
"@typescript-eslint/prefer-regexp-exec": "off",
"@typescript-eslint/require-await": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"func-style": "off",
"github/no-then": "off"
"func-style": "off"
}
}]
}