From 00f09073b9ddc751b08081dcecd7e90be8b053fc Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 23 May 2023 01:02:22 +0300 Subject: [PATCH] lil lint fixes --- cspell.json | 1 + knip.jsonc | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index ed14dd5e..88237ead 100644 --- a/cspell.json +++ b/cspell.json @@ -23,6 +23,7 @@ "outro", "packagejson", "quickstart", + "whoopsies", "wontfix" ] } diff --git a/knip.jsonc b/knip.jsonc index 3dcd2355..455c9d6d 100644 --- a/knip.jsonc +++ b/knip.jsonc @@ -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"] }