Skip to content

Commit

Permalink
Remove unnecessary cspell block deep addons
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 5, 2024
1 parent e2011c0 commit 4c8ac70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/next/blocks/blockESLint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@ Each should be shown in VS Code, and can be run manually on the command-line:
},
}),
blockVSCode({
addons: [
blockCSpell({
words: ["dbaeumer"],
}),
],
extensions: ["dbaeumer.vscode-eslint"],
settings: {
"editor.codeActionsOnSave": {
Expand Down
5 changes: 0 additions & 5 deletions src/next/blocks/blockMarkdownlint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ export const blockMarkdownlint = base.createBlock({
},
}),
blockVSCode({
addons: [
blockCSpell({
words: ["Anson"],
}),
],
extensions: ["DavidAnson.vscode-markdownlint"],
}),
],
Expand Down

0 comments on commit 4c8ac70

Please sign in to comment.