cleanup lint/typecheck errors

This commit is contained in:
Matt Fiddaman
2025-10-30 02:08:21 +00:00
parent aa9cea78e2
commit 7904310be8
3 changed files with 7 additions and 1 deletions

View File

@@ -31,3 +31,6 @@ packages/sync-server/user-files/
packages/sync-server/server-files/
.yarn/*
upcoming-release-notes/*
# temporary
packages/docs/*

View File

@@ -75,6 +75,9 @@ const confusingBrowserGlobals = [
export default defineConfig(
{
ignores: [
//temporary
'packages/docs',
'packages/api/app/bundle.api.js',
'packages/api/app/stats.json',
'packages/api/dist',

View File

@@ -13,7 +13,7 @@
/**
* @param {string} title
* @returns {import('@docusaurus/plugin-content-docs/src/sidebars/types').SidebarItemHtml}
* @returns {import('@docusaurus/plugin-content-docs').PropSidebarItemHtml}
*/
const unavailable = title => ({
type: 'html',