Skip to content

Azema4ka/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prettier-config

Description

Basic config prettier

Install

Install the package

npm i -D @azema4ka/prettier-config

or

yarn add -D @azema4ka/prettier-config

Create a file in the project root .prettierrc.js

In the file .prettierrc.js add the following code

module.exports = {
  ...require("@azema4ka/prettier-config"),
  // custom rules https://prettier.io/docs/en/options.html
};