Skip to content

Commit

Permalink
style: apply prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Nov 30, 2023
1 parent 782ffbd commit a8c3a61
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"version": "0.2",
"language": "en",
"dictionaries": [
"softwareTerms",
"typescript",
"node",
"filetypes",
"npm"
],
"dictionaries": ["softwareTerms", "typescript", "node", "filetypes", "npm"],
"words": [
"FODT",
"FODP",
Expand All @@ -30,18 +24,7 @@
"subcode",
"localizable"
],
"ignoreWords": [
"xddt",
"Coreapp",
"clid",
"ctwa"
],
"flagWords": [
"hte"
],
"ignorePaths": [
"tsconfig.tsbuildinfo",
"coverage",
"cspell.json"
]
}
"ignoreWords": ["xddt", "Coreapp", "clid", "ctwa"],
"flagWords": ["hte"],
"ignorePaths": ["tsconfig.tsbuildinfo", "coverage", "cspell.json"]
}

0 comments on commit a8c3a61

Please sign in to comment.