Skip to content

Commit acb2846

Browse files
committed
Fix another lint error
1 parent 65bab92 commit acb2846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify-tsconfig.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'url';
55
const cwd = pathUtils.dirname(fileURLToPath(import.meta.url));
66

77
// These are the packages we expect to _not_ be referenced in the root tsconfig.
8-
const IGNORE_LIST = new Set(['examples', 'test-snaps']);
8+
const IGNORE_LIST = new Set(['examples', 'snaps-sandbox', 'test-snaps']);
99

1010
// Get reference paths from root tsconfig.json
1111
const rootTsconfig = JSON.parse(

0 commit comments

Comments
 (0)