Skip to content

Commit 906fded

Browse files
committed
chore: praise the lint gods
1 parent 14ef23e commit 906fded

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,16 @@
260260
| false
261261
| {
262262
/** Files to copy from the package root to dist */
263-
copy?: Array<string>;
264-
};
263+
copy?: Array<string>
264+
}
265265
/** Whether the package should be checked. */
266266
check?:
267267
| false
268268
| {
269269
/** Exports within the package that should not be checked. */
270-
skip?: Array<string>;
271-
};
272-
};
270+
skip?: Array<string>
271+
}
272+
}
273273
```
274274
275275
## 2.0.0

0 commit comments

Comments
 (0)