[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: knip config part 2: the resurgence (#909)

authored by

Lars Kappert and committed by
GitHub
15f35f57 a29b6e39

+4 -2
+3
.github/workflows/ci.yml
··· 191 191 192 192 - name: 🧹 Check for unused code 193 193 run: pnpm knip 194 + 195 + - name: 🧹 Check for unused production code 196 + run: pnpm knip --production
+1 -2
knip.ts
··· 25 25 'uno-preset-rtl.ts!', 26 26 'scripts/**/*.ts', 27 27 ], 28 - project: ['**/*.{ts,vue,cjs,mjs}'], 29 - ignore: ['test/fixtures/**'], 28 + project: ['**/*.{ts,vue,cjs,mjs}', '!test/fixtures/**'], 30 29 ignoreDependencies: [ 31 30 '@iconify-json/*', 32 31 '@vercel/kv',