mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 17:30:04 -05:00
cleanup lint/typecheck errors
This commit is contained in:
@@ -31,3 +31,6 @@ packages/sync-server/user-files/
|
||||
packages/sync-server/server-files/
|
||||
.yarn/*
|
||||
upcoming-release-notes/*
|
||||
|
||||
# temporary
|
||||
packages/docs/*
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user