Skip to content

Commit

Permalink
Fix prettier errors by adding apidocs to .prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Oct 18, 2023
1 parent ccf56ad commit e0d65c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apidocs
10 changes: 8 additions & 2 deletions apidocs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@
"format": "email"
}
},
"required": ["@context", "@type", "actor", "object", "target"],
"required": [
"@context",
"@type",
"actor",
"object",
"target"
],
"additionalProperties": false
}
}
Expand Down Expand Up @@ -87,4 +93,4 @@
}
}
}
}
}

0 comments on commit e0d65c1

Please sign in to comment.