Skip to content

Commit

Permalink
chore: fixed prettier for cspell configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 3, 2025
1 parent 2660bfb commit 3edaa94
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,7 @@
"unassignment",
"unassignments"
],
"dictionaries": [
"typescript",
"node",
"software-terms"
],
"import": [
"@cspell/dict-typescript/cspell-ext.json",
"@cspell/dict-node/cspell-ext.json",
"@cspell/dict-software-terms"
],
"ignoreRegExpList": [
"[0-9a-fA-F]{6}"
]
"dictionaries": ["typescript", "node", "software-terms"],
"import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"],
"ignoreRegExpList": ["[0-9a-fA-F]{6}"]
}

0 comments on commit 3edaa94

Please sign in to comment.