From 587fb041ebb6825a99111e53acbc4daf53d2489a Mon Sep 17 00:00:00 2001 From: Minsoo Kim <57122180+minsoo-web@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:39:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20cspell.json=20=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=EC=9D=84=20=EB=B3=80=EA=B2=BD=ED=95=A9?= =?UTF-8?q?=EB=8B=88=EB=8B=A4.=20(#172)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 10 ---------- cspell.json | 3 +++ 2 files changed, 3 insertions(+), 10 deletions(-) create mode 100644 cspell.json diff --git a/.eslintrc.js b/.eslintrc.js index 87dce246..92c40809 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -66,15 +66,5 @@ module.exports = { ], }, ], - '@cspell/spellchecker': [ - 'error', - { - cspell: { - words: ['choseong', 'jungseong', 'jongseong'], - // eslint-disable-next-line @cspell/spellchecker - flagWords: ['chosung', 'jungsung', 'jongsung'], - }, - }, - ], }, }; diff --git a/cspell.json b/cspell.json new file mode 100644 index 00000000..920ede97 --- /dev/null +++ b/cspell.json @@ -0,0 +1,3 @@ +{ + "words": ["choseong", "jungseong", "jongseong"] +}