Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Oct 23, 2024
1 parent b074b3b commit 42af967
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions cspell.config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
// @template-ignore-next-line
"import": ["./packages/isaacscript-spell/cspell-isaacscript.json"],
"files": ["**"],
"enableFiletypes": ["*"],
"import": [
"./packages/isaacscript-spell/cspell-isaacscript.json"
],
"files": [
"**"
],
"enableFiletypes": [
"*"
],
"enableGlobDot": true,
"useGitignore": true,
"ignorePaths": [
Expand Down Expand Up @@ -33,12 +39,13 @@
"**/.docusaurus/**",
"Node.gitignore",
"packages/docs/docs/isaacscript-common/**",
"packages/docs/docs/isaac-typescript-definitions/**",
"packages/docs/docs/isaac-typescript-definitions/**"
// @template-customization-end
],
"words": [
"celsiusnarhwal",
"docsearch",
"ignorecase",
"klaw",
"lualib",
"markdownlintignore",
Expand All @@ -48,6 +55,6 @@
"sublist",
"syncer",
"typedoc",
"typesense",
],
"typesense"
]
}

0 comments on commit 42af967

Please sign in to comment.