From 1b334276cf9d986dbf851a59161cf9b299d27c78 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 30 Dec 2024 12:56:27 -0800 Subject: [PATCH] Silence some warnings --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 90cc819..0f79727 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,8 @@ { "extends": "./node_modules/gts/", + "parserOptions": { + "warnOnUnsupportedTypeScriptVersion": false + }, "rules": { "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-unused-vars": ["error", {"args": "none", "destructuredArrayIgnorePattern": "^_"}],