1.0.2 • Published 3 years ago

@azema4ka/prettier-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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
};
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago