Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Personal configs

Credit: Forked from ntnyq

Prettier config

Usage

Install

$ npm i @code-expert/prettier-config -D
# OR
$ yarn add @code-expert/prettier-config -D

Extend this config

in package.json

{
    "prettier": "@code-expert/prettier-config"
}