@kevinmarrec/cloudstack-knip-config
v1.0.0-rc.15
Published
Opinionated Knip config.
Downloads
37
Maintainers
Readme
@kevinmarrec/cloudstack-knip-config
Description
Opinionated Knip config.
Opinions
Disables Stylelint plugin to prevent false positives
Provides default root entries when using workspaces:
*.config.tsSupports all Knip config options
Usage
Requires Knip v5 or later.
Default
// knip.config.ts
export { default } from '@kevinmarrec/cloudstack-knip-config'Extended
// knip.config.ts
import { useConfig } from '@kevinmarrec/cloudstack-knip-config'
export default useConfig({ /* options */ })