包详细信息

@aparajita/prettier-config

aparajita1.1kMIT2.0.0

My base prettier config

自述文件

prettier-config

My base Prettier config.

Installation

pnpm add -D @aparajita/prettier-config

Usage

After installing, update your project's prettier.config.js file to import the rule sets you want:

module.exports = {
  ...require('@aparajita/prettier-config'),
  // your overrides here
}

Read the Prettier config docs for more information.