New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hypernym/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypernym/prettier-config

Hypernym's internal config for Prettier.

latest
Source
npmnpm
Version
3.2.11
Version published
Maintainers
2
Created
Source

@hypernym/prettier-config

Hypernym's internal config for Prettier.

Repository Package Releases Discussions


pnpm add -D @hypernym/prettier-config

Usage

Formatting Commands

Add a format command for manual formatting (optional):

// package.json

{
  "scripts": {
    "format": "prettier --write ."
  }
}

Default Config

// prettier.config.js

export { default } from '@hypernym/prettier-config'

Svelte/SvelteKit

[!NOTE]

Install the required Svelte dev dependencies before using:

pnpm add -D prettier-plugin-svelte
// prettier.config.js

export { default } from '@hypernym/prettier-config/svelte'

Custom Setup

// prettier.config.js

import base from '@hypernym/prettier-config'

/** @type {import("prettier").Config} */
const config = {
  ...base,
  singleQuote: false,
  // ...
}

export default config

License

Developed in 🇭🇷 Croatia, © Hypernym Studio.

Released under the MIT license.

Keywords

prettier

FAQs

Package last updated on 17 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts