1.0.1 • Published 9 days ago

prettier-config-akrc v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 days ago

prettier-config-akrc

Table of Contents

About

Just my prettier config.

Getting Started

Install

You need to install prettier to use this config.

pnpm add prettier @akrc/prettier-config -D

Usage

Create a .prettierrc, and fill in:

"prettier-config-akrc"

If you want to override some config, you need a .prettierrc.js:

module.exports = {
  ...require("prettier-config-akrc"),
  semi: false,
};
1.0.1

9 days ago

1.0.0

9 days ago

0.0.1

3 months ago

0.0.0

1 year ago