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

nimec01/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@nimec/prettier-config

This is my personal Prettier config. Feel free to use it if you want.

Caution

This project is now deprecated and should not be used anymore. If you still want prettier support go ahead and create the config manually. The content can be found here.

Installation

Install (npm):

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

Install (yarn):

$ yarn add -D @nimec/prettier-config

Install (pnpm):

$ pnpm add -D @nimec/prettier-config

Extend this config

Edit package.json:

{
  // ...
  "prettier": "@nimec/prettier-config"
}

Integration with Linters

You can integrate these prettier rules with several linters. You can find further information at the Prettier Documentation.

About

My personal prettier config

Resources

Stars

Watchers

Forks

Packages

No packages published