mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 00:09:48 +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
|
@ -5,7 +5,6 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/* eslint-disable spaced-comment */
|
||||
/// <reference types="@docusaurus/module-type-aliases" />
|
||||
/// <reference types="@docusaurus/plugin-content-blog" />
|
||||
/// <reference types="@docusaurus/plugin-content-docs" />
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
import {translate} from '@docusaurus/Translate';
|
||||
|
||||
export const translateTagsPageTitle = () =>
|
||||
export const translateTagsPageTitle = (): string =>
|
||||
translate({
|
||||
id: 'theme.tags.tagsPageTitle',
|
||||
message: 'Tags',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue