Skip to content

Commit

Permalink
lil lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 22, 2023
1 parent 57a6186 commit 00f0907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"outro",
"packagejson",
"quickstart",
"whoopsies",
"wontfix"
]
}
3 changes: 1 addition & 2 deletions knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://unpkg.com/knip@next/schema.json",
"entry": ["src/index.ts!", "script/setup*.js"],
"ignoreBinaries": ["dedupe", "gh"],
// https://github.com/webpro/knip/issues/127
"ignore": ["src/environments/testEnvironmentTypes.ts"],
"ignoreBinaries": ["dedupe", "gh"],
"project": ["src/**/*.ts!", "script/**/*.js"]
}

0 comments on commit 00f0907

Please sign in to comment.