From b802a5d5b02e567f7351860e2e9c3fa5c2f5b3fc Mon Sep 17 00:00:00 2001 From: gwansikk Date: Mon, 9 Dec 2024 14:32:56 +0900 Subject: [PATCH] chore(eslint): add codemods to cspell words --- configs/eslint-config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/eslint-config/index.js b/configs/eslint-config/index.js index 2bfd386c7..4f845b33b 100644 --- a/configs/eslint-config/index.js +++ b/configs/eslint-config/index.js @@ -42,7 +42,7 @@ export const suspensiveTypeScriptConfig = tseslint.config( 'warn', { cspell: { - words: ['packlint', 'codecov', 'tsup', 'nextra', 'Sandpack'], + words: ['packlint', 'codecov', 'tsup', 'nextra', 'Sandpack', 'codemod', 'codemods'], }, }, ],