Skip to content

Commit

Permalink
Merge pull request #2 from aarontravass/dev
Browse files Browse the repository at this point in the history
feat: added jsdoc
  • Loading branch information
aarontravass committed Oct 13, 2023
2 parents 63c870d + a01251a commit 3a41211
Show file tree
Hide file tree
Showing 8 changed files with 5,218 additions and 42 deletions.
12 changes: 0 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,23 +135,11 @@ dist
# macOS files
.DS_Store

# lock files
bun.lockb
package-lock.json
pnpm-lock.yaml
yarn.lock

# editor files
.vscode
.idea

# Optional compressed files (npm generated package, zip, etc)
/*.zip

# 0x
profile-*

# clinic
profile*
*clinic*
*flamegraph*
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@parcel/packager-ts": "2.9.3",
"@parcel/transformer-typescript-types": "2.9.3",
"@parcel/packager-ts": "^2.10.0",
"@parcel/transformer-typescript-types": "^2.10.0",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@vitest/coverage-v8": "^0.34.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"parcel": "^2.9.3",
"parcel": "^2.10.0",
"prettier": "^3.0.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
Expand Down

0 comments on commit 3a41211

Please sign in to comment.