Skip to content

Commit

Permalink
chore(prettier): exclude auto-generated COMPONENT_API.json (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Dec 8, 2024
1 parent c7f4b16 commit 1d24da0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist
client
build
*.svx
COMPONENT_API.json
7 changes: 5 additions & 2 deletions docs/src/COMPONENT_API.json
Original file line number Diff line number Diff line change
Expand Up @@ -3235,7 +3235,10 @@
"ts": "interface DataTableCell<\n Row = DataTableRow,\n> {\n key:\n | DataTableKey<Row>\n | (string & {});\n value: DataTableValue;\n display?: (\n item: DataTableValue,\n row: DataTableRow,\n ) => DataTableValue;\n}\n"
}
],
"generics": ["Row", "Row extends DataTableRow = DataTableRow"],
"generics": [
"Row",
"Row extends DataTableRow = DataTableRow"
],
"rest_props": {
"type": "Element",
"name": "div"
Expand Down Expand Up @@ -18063,4 +18066,4 @@
}
}
]
}
}

0 comments on commit 1d24da0

Please sign in to comment.