New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@studiometa/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studiometa/prettier-config

Prettier configuration

latest
Source
npmnpm
Version
4.4.0
Version published
Weekly downloads
520
138.53%
Maintainers
1
Weekly downloads
 
Created
Source

@studiometa/prettier-config

NPM Version Downloads Size Dependency Status

Studio Meta's favorite Prettier configuration to be used across projects.

Installation

Install the package with NPM:

$ npm install --save-dev prettier @studiometa/prettier-config

Usage

Create a .prettierrc.js file in the root of your project with the following:

module.exports = require('@studiometa/prettier-config');

Contributing

This project uses Git Flow as a branching model, new feature will be added by pull-requests of feature/ branches against develop.

The JS files are linted with ESLint and Prettier. You can check for linting errors before your commits by running the following scripts with Yarn:

$ yarn lint # Check for linting errors
$ yarn fix # Fix the fixable linting errors

Or with NPM:

$ npm run lint # Check for linting errors
$ npm run fix # Fix the fixable linting errors

FAQs

Package last updated on 08 Sep 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