Skip to content

Commit

Permalink
chore: cspell.json 으로 설정을 변경합니다. (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
minsoo-web authored Jul 9, 2024
1 parent 16b77b2 commit 587fb04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,5 @@ module.exports = {
],
},
],
'@cspell/spellchecker': [
'error',
{
cspell: {
words: ['choseong', 'jungseong', 'jongseong'],
// eslint-disable-next-line @cspell/spellchecker
flagWords: ['chosung', 'jungsung', 'jongsung'],
},
},
],
},
};
3 changes: 3 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"words": ["choseong", "jungseong", "jongseong"]
}

0 comments on commit 587fb04

Please sign in to comment.