Registry / devops / prettier-config-ktsn

prettier-config-ktsn

JSON →
library1.0.0jsnpmunverified

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.

npm install prettier-config-ktsn
INSTALL
IMPORT
SIG · PRETTIER-CONFIG-KT
P
prettier-config-ktsn
devopsjavascriptv1.0.0
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

prettier config
import config from 'prettier-config-ktsn'
Default import of the config object; required for use with Prettier's `extends` field or programmatic use.
use in package.json
"prettier": "prettier-config-ktsn"
"prettier": "@ktsn/prettier-config"
The package is named prettier-config-ktsn, not scoped. Set in package.json under the prettier key.
use in .prettierrc
"prettier-config-ktsn"
"@ktsn/prettier-config"
In .prettierrc file, string equals the package name.

Shows how to install and apply the config via package.json.

// Install: npm install --save-dev prettier prettier-config-ktsn // Then set in package.json: { "prettier": "prettier-config-ktsn" }
Debug
Known issues
deprecatedPackage has no activity since v1.0.0; may be unmaintained.
fix
Consider using a more widely maintained config like @ianvs/prettier-config.
affects: >=1.0.0
gotchaConfig is personal and may not follow team standards; override as needed.
fix
Use with your own overrides in .prettierrc.js.
affects: >=1.0.0
Errors
Common errors & fixes
Cannot find module 'prettier-config-ktsn'
Package not installed or missing from node_modules.
fix
Run npm install --save-dev prettier-config-ktsn
Invalid configuration file. No matching configuration found for prettier-config-ktsn
Package name incorrectly typed in config.
fix
Ensure string is exactly 'prettier-config-ktsn' in package.json or .prettierrc.
Upgrade
Version history
1.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
prettier-config-ktsn — npm install prettier-config-ktsn · libregistry