Socket
Book a DemoInstallSign in
Socket

@studion/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studion/prettier-config

Studion Prettier config

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
2
Created
Source

@studion/prettier-config

install size npm package version github license

Studion Prettier config 💄.

Installation 💻

  • If you are using VSCode, install the following extension

  • Run the command:

$ npm i -D prettier @studion/prettier-config
  • Edit package.json:
{
  // ...
  "prettier": "@studion/prettier-config"
}
  • OR create .prettierrc.js file if you need to override the base config:
const baseConfig = require("@studion/prettier-config");

module.export = {
  ...baseConfig,
  trailingComma: "none",
};

Keywords

prettier

FAQs

Package last updated on 02 Oct 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