From e6ec403661f3aae4d143e304e00ed4cdbb2545b0 Mon Sep 17 00:00:00 2001 From: Gwansik Kim Date: Mon, 9 Dec 2024 18:38:18 +0900 Subject: [PATCH] chore(eslint): add codemods to cspell words (#1386) # Overview codemods to cspell words ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --- 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'], }, }, ],