Skip to content

Commit 42bd8c7

Browse files
Fix knip
1 parent eeea22b commit 42bd8c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3-
"ignoreDependencies": ["@size-limit/preset-small-lib"],
3+
"ignoreDependencies": ["@size-limit/preset-small-lib", "@tanstack/config"],
44
"ignoreWorkspaces": ["examples/**"],
55
"workspaces": {
66
"packages/match-sorter-utils": {

scripts/getRollupConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { nodeResolve } from '@rollup/plugin-node-resolve'
1313
import svelte from 'rollup-plugin-svelte'
1414

1515
const __dirname = fileURLToPath(new URL('.', import.meta.url))
16-
export const rootDir = resolve(__dirname, '..')
16+
const rootDir = resolve(__dirname, '..')
1717

1818
/** @param {'development' | 'production'} type */
1919
const forceEnvPlugin = type =>

0 commit comments

Comments
 (0)