Skip to content

Commit

Permalink
nit: order
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 17, 2024
1 parent 43efcf8 commit 2360b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["src/index.ts!"],
"ignoreExportsUsedInFile": { "interface": true, "type": true },
"ignoreDependencies": ["babel-plugin-macros"],
"ignoreExportsUsedInFile": { "interface": true, "type": true },
"project": ["src/**/*.ts!"]
}

0 comments on commit 2360b8e

Please sign in to comment.