Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"yaml/sort-sequence-values": [
"error",
{
pathPattern: ".*",
"pathPattern": "^(?!.*x-enum-varnames).*",

Check failure on line 118 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / lint

Unnecessarily quoted property 'pathPattern' found.
order: [
{
order: {
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/CalendarEvent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ properties:
type: string
durationInMs:
type: integer
format: int64
endsAt:
type: string
format: date-time
Expand Down
Loading