Skip to content

Commit

Permalink
Merge pull request #351 from mkobayashime/cspell
Browse files Browse the repository at this point in the history
Migrate to `.cspell.json`
  • Loading branch information
mkobayashime authored Jan 4, 2025
2 parents b819d49 + 7aff470 commit c695d7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"words": ["userscript", "userscripts", "docgen", "tampermonkey"]
}
3 changes: 1 addition & 2 deletions .vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"eslint.experimental.useFlatConfig": true,
"cSpell.words": ["userscript", "userscripts", "docgen", "tampermonkey"]
"eslint.experimental.useFlatConfig": true
}

0 comments on commit c695d7c

Please sign in to comment.