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 42af967 commit 979dfce
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions cspell.config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@
"$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 @@ -39,7 +33,7 @@
"**/.docusaurus/**",
"Node.gitignore",
"packages/docs/docs/isaacscript-common/**",
"packages/docs/docs/isaac-typescript-definitions/**"
"packages/docs/docs/isaac-typescript-definitions/**",
// @template-customization-end
],
"words": [
Expand All @@ -55,6 +49,6 @@
"sublist",
"syncer",
"typedoc",
"typesense"
]
"typesense",
],
}

0 comments on commit 979dfce

Please sign in to comment.