mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 08:07:26 +02:00
refactor: remove sub-eslintrc, fix more lint errors (#7530)
This commit is contained in:
parent
f443e992b9
commit
9023b7740c
20 changed files with 129 additions and 92 deletions
|
@ -100,9 +100,9 @@ export default async function pluginContentDocs(
|
|||
.command(command)
|
||||
.arguments('<version>')
|
||||
.description(commandDescription)
|
||||
.action((version: unknown) => {
|
||||
cliDocsVersionCommand(version, options, context);
|
||||
});
|
||||
.action((version: unknown) =>
|
||||
cliDocsVersionCommand(version, options, context),
|
||||
);
|
||||
},
|
||||
|
||||
getTranslationFiles({content}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue