From b9a60a903b1ec5c48d22da7184cff70d44e0dd32 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 9 Jun 2024 11:29:39 +1200 Subject: [PATCH] ci: don't warn on unsupported typescript versions (#1607) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 32a2a9c05..355f01138 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,6 +20,7 @@ module.exports = { ], parserOptions: { ecmaVersion: 2018, + warnOnUnsupportedTypeScriptVersion: false, }, env: { node: true,