Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@d3banking/prettier-config

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d3banking/prettier-config

D3 Banking Prettier Config

latest
Source
npmnpm
Version
2.1.23
Version published
Maintainers
3
Created
Source

@d3banking/prettier-config

NPM version Downloads

This package provides D3 Banking's prettier configuration

Usage

yarn add -D @d3banking/prettier-config
// package.json
{
  "name": "my-cool-library",
  "version": "1.0.0",
  "prettier": "@d3banking/prettier-config"
}

If using with ESLint or TSLint, be sure to extend the prettier eslint config package in .eslintrc

// .eslintrc
{
  "extends": [
    "@d3banking/eslint-config",
    "@d3banking/eslint-config/prettier"
  ]
}
// tslint.json
{
  "extends": [
    "@d3banking/tslint-config",
    "@d3banking/tslint-config/prettier"
  ]
}

Keywords

d3banking

FAQs

Package last updated on 08 Jul 2025

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