Skip to content

Commit

Permalink
Fix typos in sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Apr 29, 2024
1 parent a988a5a commit 7125c4f
Show file tree
Hide file tree
Showing 7 changed files with 631 additions and 899 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^9.1.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-alloy": "^5.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -32,5 +32,10 @@
"ttpt": "^0.8.9",
"typescript": "^5.4.5",
"yarn-upgrade-all": "^0.7.2"
},
"yarn-upgrade-all": {
"ignore": [
"eslint"
]
}
}
Loading

0 comments on commit 7125c4f

Please sign in to comment.