Skip to content

Commit a428430

Browse files
committed
Lint
1 parent 1773182 commit a428430

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/generated
44
/public
55

6+
README.md
67
integrations/next/.next

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ Documentation for this project is available at [react-window.vercel.app](https:/
3939
### List
4040

4141
<!-- List:description:begin -->
42-
4342
Renders data with many rows.
44-
4543
<!-- List:description:end -->
4644

4745
#### Required props
@@ -168,12 +166,10 @@ The default value is &quot;div&quot;, meaning that List renders an HTMLDivElemen
168166
### Grid
169167

170168
<!-- Grid:description:begin -->
171-
172169
Renders data with many rows and columns.
173170

174171
ℹ️ Unlike `List` rows, `Grid` cell sizes must be known ahead of time.
175172
Either static sizes or something that can be derived (from the data in `CellProps`) without rendering.
176-
177173
<!-- Grid:description:end -->
178174

179175
#### Required props

0 commit comments

Comments
 (0)