1.1.1 • Published 11 months ago

@zazen/prettier-config v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

@zazen/prettier-config

Usage

npm install --save-dev prettier @zazen/prettier-config

Add the following to your package.json:

  "prettier": "@zazen/prettier-config",

To extend the configuration, create prettier.config.js and spread this config onto your own config object:

import zazenConfig from '@zazen/prettier-config'

/** @type {import('prettier').Config} */
const config = {
	...zazenConfig,
	experimentalTernaries: true,
}

export default config
1.1.1

11 months ago

1.1.0

1 year ago

1.0.0

2 years ago