Socket
Socket
Sign inDemoInstall

@dusk-network/prettier-config

Package Overview
Dependencies
21
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dusk-network/prettier-config

Prettier config used by Dusk JavaScript apps


Version published
Weekly downloads
32
decreased by-42.86%
Maintainers
5
Install size
1.44 MB
Created
Weekly downloads
 

Readme

Source

Dusk Prettier configuration

Prettier configs used by Dusk JavaScript apps.

Installation

npm i -D @dusk-network/prettier-config

Usage

You need to use a .prettierrc.js file to import one or more of the configurations.

import duskJsPrettierConfig from "@dusk-network/prettier-config/js";
import duskSveltePrettierConfig from "@dusk-network/prettier-config/svelte"; // For Svelte projects only

export default {
  ...duskJsPrettierConfig,
  ...duskSveltePrettierConfig, // For Svelte projects only
};

Keywords

FAQs

Last updated on 01 Mar 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc