🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@nexterias/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexterias/prettier-config

Prettier configuration for NEXTERIAS

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

prettier-config

Prettier configuration for NEXTERIAS

Usage

Use prettier field in package.json

{
  "name": "@nexterias/ultimate-package",
  "prettier": "@nexterias/prettier-config"
}

Override configuration

module.exports = {
  ...require('@nexterias/prettier-config'),
  jsxSingleQuote: true,
}

Run Prettier

npx prettier -w .

Keywords

prettier

FAQs

Package last updated on 26 Sep 2023

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