๐Ÿš€ DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more โ†’
Socket
Book a DemoInstallSign in
Socket

@titicaca/prettier-config-triple

Package Overview
Dependencies
Maintainers
105
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titicaca/prettier-config-triple

Triple's Prettier config, following our styleguide.

latest
Source
npmnpm
Version
1.2.1
Version published
Weekly downloads
1.1K
-4.03%
Maintainers
105
Weekly downloads
ย 
Created
Source

@titicaca/prettier-config-triple

Installation

npm install @titicaca/prettier-config-triple prettier --save-dev

Usage

package.json ํŒŒ์ผ์˜ scripts ์†์„ฑ์— ๋‹ค์Œ์„ ์ถ”๊ฐ€ํ•ด์ฃผ์„ธ์š”.

{
  "scripts": {
    "format": "prettier . --check",
    "format:fix": "prettier . --write"
  }
}

.prettierrc ํŒŒ์ผ์„ ์ƒ์„ฑํ•˜๊ณ  ๋‹ค์Œ์„ ์ถ”๊ฐ€ํ•ด์ฃผ์„ธ์š”.

"@titicaca/prettier-config-triple"

๋˜๋Š” package.json ํŒŒ์ผ์— ๋‹ค์Œ์„ ์ถ”๊ฐ€ํ•ด์ฃผ์„ธ์š”.

{
  "prettier": "@titicaca/prettier-config-triple"
}

FAQs

Package last updated on 05 Aug 2024

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