From 09d22c7e5a5654cf6fd69e67d799c39a21abcf4b Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 6 Oct 2022 21:08:12 +0300 Subject: [PATCH] Don't check misc json creating script --- scripts/create-misc-json.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/create-misc-json.ts b/scripts/create-misc-json.ts index 85ccbe00d..a3db84b0f 100644 --- a/scripts/create-misc-json.ts +++ b/scripts/create-misc-json.ts @@ -1,3 +1,6 @@ +/* eslint-disable */ +// @ts-nocheck + import { LANG_JSONS_TO_CREATE, loadLangDicts } from "./utils"; import fs from "fs"; import path from "path";