Skip to content

Commit

Permalink
chore: update dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlu-zyl committed Dec 31, 2024
1 parent ec5980c commit 392a1ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .vscode/.cspell/name.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Paas
Riethmuller's
shimataro
vogelino
yoavbls
1 change: 1 addition & 0 deletions .vscode/.cspell/repo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ unstorage
versionrc
vueuse
xclip

7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@
"source.fixAll.markdownlint": "explicit"
},
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "html", "json", "jsonc", "yaml", "toml"],
"eslint.workingDirectories": [
{ "pattern": "./apps/*" },
{ "pattern": "./packages/*" },
{ "pattern": "./packages/{styles,tests,tooling,versions}/*" },
{ "pattern": "./packages/styles/mastercsss/*" }
],
"eslint.workingDirectories": [{ "pattern": "./apps/*" }, { "pattern": "./packages/*" }],
// "eslint.trace.server": "verbose",
// Silent the stylistic rules in you IDE, but still auto fix them
// "eslint.rules.customizations": [
Expand Down

0 comments on commit 392a1ad

Please sign in to comment.