@ladamczyk/qoq-knip
v4.3.4
Published
Knip configs template
Downloads
1,698
Maintainers
Readme
@ladamczyk/qoq-knip
Rationale
Tired of setting up Knip from scratch for every new project? We created a base template to simplify the process.
The configuration is opinionated, shaped by years of development experience, and can be used as a complete setup without any tweaks or as a foundation for your own configurations.
Install
npm install @ladamczyk/qoq-knipUsage
Package exports both CommonJS and ESM code just import it in Your knip config file.
For CommonJS
const { jsConfig, jsReactConfig, tsConfig, tsReactConfig } = require('@ladamczyk/qoq-knip');
module.exports = jsConfig;For ESM
import { jsConfig, jsReactConfig, tsConfig, tsReactConfig } from '@ladamczyk/qoq-knip';
export default jsConfig;Last but not least
Feel free to join us, please read General Contributing Guidelines
