Skip to content

Commit

Permalink
chore: cspell squelches
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 28, 2023
1 parent 3a7cff7 commit 4c30732
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.vscode
.backups
28 changes: 28 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"cSpell.words": [
"asynciterable",
"cacheable",
"codegen",
"Dokku",
"listtogether",
"precaching",
"resave",
"Roboto",
"SERVERIP",
"striked",
"tailwindcss",
"typecheck"
],
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"database": "grocery-db",
"username": "postgres",
"password": "postgres",
"name": "grocery"
}
]
}
1 change: 0 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.0.1",
"author": "Derek R. Sonnenberg <[email protected]>",
"license": "MIT",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/introspection": "^3.0.1",
Expand Down
1 change: 0 additions & 1 deletion web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 4c30732

Please sign in to comment.