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"] +}