From 41f70772dc9e531b110abe0fb42f4767b0ffeb29 Mon Sep 17 00:00:00 2001 From: Hazmi35 Date: Tue, 27 Oct 2020 07:43:32 +0700 Subject: [PATCH] fix(typescript): fix typo --- typescript/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/index.js b/typescript/index.js index c80210a..b69c351 100644 --- a/typescript/index.js +++ b/typescript/index.js @@ -105,7 +105,7 @@ module.exports = { "@typescript-eslint/no-extra-semi": "error", "@typescript-eslint/no-extraneous-class": "error", "@typescript-eslint/no-floating-promises": "warn", - "@typescript-eslint/no-missused-promises": ["warn", { + "@typescript-eslint/no-misused-promises": ["warn", { checksVoidReturn: false }], "@typescript-eslint/no-non-null-assertion": "off",