{"id":20298,"library":"prettier-config-ktsn","title":"Ktsn's Prettier Config","description":"A personal Prettier configuration package by ktsn. Version 1.0.0 is stable and intended for personal use or as a base config for projects. It follows ktsn's coding style preferences. May lack maintenance or community adoption. Different from other configs like @ianvs/prettier-config in that it's personalized and minimal.","status":"active","version":"1.0.0","language":"javascript","source_language":"en","source_url":"https://github.com/ktsn/prettier-config-ktsn","tags":["javascript","Prettier","config"],"install":[{"cmd":"npm install prettier-config-ktsn","lang":"bash","label":"npm"},{"cmd":"yarn add prettier-config-ktsn","lang":"bash","label":"yarn"},{"cmd":"pnpm add prettier-config-ktsn","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Default import of the config object; required for use with Prettier's `extends` field or programmatic use.","wrong":null,"symbol":"prettier config","correct":"import config from 'prettier-config-ktsn'"},{"note":"The package is named prettier-config-ktsn, not scoped. Set in package.json under the prettier key.","wrong":"\"prettier\": \"@ktsn/prettier-config\"","symbol":"use in package.json","correct":"\"prettier\": \"prettier-config-ktsn\""},{"note":"In .prettierrc file, string equals the package name.","wrong":"\"@ktsn/prettier-config\"","symbol":"use in .prettierrc","correct":"\"prettier-config-ktsn\""}],"quickstart":{"code":"// Install: npm install --save-dev prettier prettier-config-ktsn\n// Then set in package.json:\n{\n  \"prettier\": \"prettier-config-ktsn\"\n}","lang":"javascript","description":"Shows how to install and apply the config via package.json."},"warnings":[{"fix":"Consider using a more widely maintained config like @ianvs/prettier-config.","message":"Package has no activity since v1.0.0; may be unmaintained.","severity":"deprecated","affected_versions":">=1.0.0"},{"fix":"Use with your own overrides in .prettierrc.js.","message":"Config is personal and may not follow team standards; override as needed.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run npm install --save-dev prettier-config-ktsn","cause":"Package not installed or missing from node_modules.","error":"Cannot find module 'prettier-config-ktsn'"},{"fix":"Ensure string is exactly 'prettier-config-ktsn' in package.json or .prettierrc.","cause":"Package name incorrectly typed in config.","error":"Invalid configuration file. No matching configuration found for prettier-config-ktsn"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}