0.3.0 • Published 10 months ago

@mcous/prettier-config v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@mcous/prettier-config

My common Prettier configuration.

Install

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

Usage

Use the base config for React, Vue, and vanilla JavaScript / TypeScript projects.

// .prettierrc.cjs
'use strict'

module.exports = '@mcous/prettier-config'

You can also extend the configuration:

// .prettierrc.cjs
'use strict'

const baseConfig = require('@mcous/prettier-config')

module.exports = {
  ...baseConfig,
  // other options here
}
0.3.0

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.1

12 months ago

0.1.0

12 months ago