mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 04:12:53 +02:00
polish: remove unused eslint-disable (#5560)
* fix eslint * Add report unused disable to CI * Fix two anys
This commit is contained in:
parent
911d6b1087
commit
a839966cd2
22 changed files with 9 additions and 38 deletions
|
@ -65,7 +65,7 @@ function listPostsByYears(blogPosts: readonly ArchiveBlogPost[]): YearProp[] {
|
|||
}));
|
||||
}
|
||||
|
||||
export default function BlogArchive({archive}: Props) {
|
||||
export default function BlogArchive({archive}: Props): JSX.Element {
|
||||
const title = translate({
|
||||
id: 'theme.blog.archive.title',
|
||||
message: 'Archive',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue