Jam3/adviser

View on GitHub
docusaurus/website/pages/en/help.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Help has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Help(props) {
  const { config: siteConfig, language = '' } = props;
  const { baseUrl, docsUrl } = siteConfig;
  const docsPart = `${docsUrl ? `${docsUrl}/` : ''}`;
  const langPart = `${language ? `${language}/` : ''}`;
Severity: Minor
Found in docusaurus/website/pages/en/help.js - About 1 hr to fix

    Parsing error: The keyword 'const' is reserved
    Open

    const React = require('react');
    Severity: Minor
    Found in docusaurus/website/pages/en/help.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status