SIGN IN SIGN UP
webpro-nl / knip UNCLAIMED

✂️ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it!

0 0 1 TypeScript
2026-02-24 08:59:09 +01:00
{
"printWidth": 120,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "es5",
"overrides": [
{
"files": ["**/*.json", "**/*.jsonc"],
"options": { "printWidth": 80 }
},
{
"files": ["*.css"],
"options": { "singleQuote": false }
},
{
"files": ["packages/knip/test/util/get-inputs-from-scripts.test.ts"],
"options": { "printWidth": 200 }
}
]
}