A shared Prettier configuration used across Web Scrobbler projects. Version 0.1.0 is the initial release. Extends Prettier's standard config with project-specific rules. Designed for projects within the Web Scrobbler ecosystem. Requires Prettier >=2 as a peer dependency. Supports ESM and CJS via .prettierrc.* or package.json.
npm install prettier-config-web-scrobblerVerified import paths — ran on the pinned version, not inferred.
Install and configure the shared Prettier config in a project.
Use the 'extends' mechanism in .prettierrc or via package.json instead of trying to import it as a module.
Update Prettier to version 2 or later.
Not an issue - no types needed for string-based config.
Consider using your own custom config or a more generic shared config.
Run: npm install --save-dev prettier
Run: npm install --save-dev prettier-config-web-scrobbler
Set 'prettier' to a string: "prettier-config-web-scrobbler"
No dependency data recorded yet.