From 1fcdaadaa7ae2006038e56352b969b832aba48f4 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:44:06 +0300 Subject: [PATCH] Also don't TS check script files for same reason --- scripts/create-analyzer-json.ts | 1 + scripts/create-gear-json.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/create-analyzer-json.ts b/scripts/create-analyzer-json.ts index f66da9b53..a7bc1d12b 100644 --- a/scripts/create-analyzer-json.ts +++ b/scripts/create-analyzer-json.ts @@ -1,4 +1,5 @@ /* eslint-disable */ +// @ts-nocheck // To run this script you need from https://github.com/Leanny/leanny.github.io // 1) WeaponInfoMain.json inside dicts diff --git a/scripts/create-gear-json.ts b/scripts/create-gear-json.ts index 305a484f3..9f634431d 100644 --- a/scripts/create-gear-json.ts +++ b/scripts/create-gear-json.ts @@ -1,4 +1,5 @@ /* eslint-disable */ +// @ts-nocheck import head from "./dicts/GearInfoHead.json"; import clothes from "./dicts/GearInfoClothes.json";