Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
chore: proper types
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Jan 31, 2024
1 parent c3d452a commit 1491a29
Show file tree
Hide file tree
Showing 11 changed files with 915 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Node.js package to parse OpenAPI files

## Goals

* TypeScript FTW
* No Node.js polyfills required
* Well tested
* Small bundlesize
* Support for OpenAPI 4.0 👀
- [x] TypeScript FTW
- [ ] No Node.js polyfills required
- [ ] Well tested
- [ ] Small bundlesize
- [ ] Support for OpenAPI 4.0 👀

## Installation

Expand Down
5 changes: 4 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
"rules": {
"recommended": true,
"performance": {
"noDelete": "off"
"noDelete": "warn"
},
"complexity": {
"noForEach": "off"
},
"suspicious": {
"noExplicitAny": "warn"
}
},
"ignore": ["dist/**/*", "**/*.js"]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dependencies": {
"@seriousme/openapi-schema-validator": "^2.1.6",
"@types/node": "^20.11.10",
"ajv": "^8.12.0",
"github-slugger": "^2.0.0",
"glob": "^10.3.10",
"openapi-types": "^12.1.3",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1491a29

Please sign in to comment.