@saashub/qoq-knip
v2.0.1
Published
Knip configs template
Readme
@saashub/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 @saashub/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('@saashub/qoq-knip');
module.exports = jsConfig;For ESM
import { jsConfig, jsReactConfig, tsConfig, tsReactConfig } from '@saashub/qoq-knip';
export default jsConfig;Last but not least
Feel free to join us, please read General Contributing Guidelines
