A deprecated Prettier configuration package for KnowledgeWork's projects, last version 0.0.34. It provides a shared set of Prettier formatting rules intended for use across multiple projects. The package is no longer maintained and users should migrate to another Prettier config. It is published on npm and can be installed as a devDependency, then referenced in package.json using the string "prettier-config-kwork". The deprecation warning is clearly stated in the readme.
npm install prettier-config-kworkVerified import paths — ran on the pinned version, not inferred.
This shows how to use prettier-config-kwork in package.json. Install as devDependency, then set the prettier field to the package name.
Use an alternative Prettier config, such as @trivago/prettier-plugin-sort-imports or @ianvs/prettier-plugin-sort-imports, or create your own.
Ensure prettier field is exactly "prettier-config-kwork", not a relative file path.
In .prettierrc, use a string. In a JS config file, use module.exports = require('prettier-config-kwork');Run npm install --save-dev prettier-config-kwork
Set prettier field to exactly "prettier-config-kwork" without file extension.
Ensure .prettierrc contains just the string "prettier-config-kwork" or an object with a key like prettierConfig.
No dependency data recorded yet.