docs: added no console eslint rule (#4170)

This commit is contained in:
Shahed Nasser
2023-05-24 19:57:37 +03:00
committed by GitHub
parent e281469eb8
commit 345beb7010
6 changed files with 15 additions and 10 deletions
-1
View File
@@ -6,7 +6,6 @@ import React, {
useState,
} from "react"
import { prefersReducedMotion } from "@docusaurus/theme-common"
import useIsBrowser from "@docusaurus/useIsBrowser"
type SidebarContextType = {
hasSidebar: boolean