Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TizzySaurus committed Oct 2, 2024
1 parent d65fa30 commit 8e97d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ark/jsonschema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Released the initial implementation of the package.

Known limitations:

- No `dependencies` support
- No `if`/`else`/`then` support
- `multipleOf` only supports integers
- `multipleOf` only supports integers
1 change: 0 additions & 1 deletion ark/type/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ export {
export { Module, type BoundModule, type Submodule } from "./module.ts"
export { module, scope, type Scope } from "./scope.ts"
export { Type } from "./type.ts"

0 comments on commit 8e97d87

Please sign in to comment.