chore(ui): update knip config

This commit is contained in:
psychedelicious
2025-07-05 01:02:14 +10:00
parent 607b2561fd
commit 3b08c35f72
2 changed files with 2 additions and 6 deletions

View File

@@ -11,5 +11,7 @@ export const $false: ReadableAtom<boolean> = atom(false);
/**
* A fallback non-writable atom that always returns `true`, used when a nanostores atom is only conditionally available
* in a hook or component.
*
* @knipignore
*/
export const $true: ReadableAtom<boolean> = atom(true);