From 241cc51c3d06010af4538a302e07315a987aa03c Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Tue, 20 Feb 2024 01:09:23 +0900 Subject: [PATCH 1/2] ci(eslint): add `typecheck` for cspell words --- .eslintrc.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 9a244f0617..456038d4f5 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -49,6 +49,7 @@ const config = { 'Promisable', // Our public interface 'extralight', // Our public interface 'codemod', // We support our codemod + 'typecheck': // Field of vite.config.ts 'TSES', // @typescript-eslint package's interface 'tsup', // We use tsup as builder From ebc060f9d3c21782d54f30dbcbc3e29415399a43 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Tue, 20 Feb 2024 01:39:23 +0900 Subject: [PATCH 2/2] chore: update --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 456038d4f5..c972e03e0d 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -49,7 +49,7 @@ const config = { 'Promisable', // Our public interface 'extralight', // Our public interface 'codemod', // We support our codemod - 'typecheck': // Field of vite.config.ts + 'typecheck', // Field of vite.config.ts 'TSES', // @typescript-eslint package's interface 'tsup', // We use tsup as builder