1.0.0-beta.3 • Published 11 months ago

@cmkk/prettier-config v1.0.0-beta.3

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

@cmkk/prettier-config

cmkk's prittier config.

install

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

usage

use in package.json:

{
  "prettier": "@cmkk/prettier-config"
}

or in config file:

// .prettierrc
"@cmkk/prettier-config"
// .prettierrc.cjs
module.exports = '@cmkk/prettier-config'

if you want to extend config, you need a configuration written by javascript:

// .prettierrc.cjs
module.exports = {
  ...require('@cmkk/prettier-config'),
  // your config ...
  semi: true,
  // ...
}
0.1.2

1 year ago

0.1.1

1 year ago

1.0.0-beta.2

11 months ago

1.0.0-beta.3

11 months ago

1.0.0-beta.0

11 months ago

1.0.0-beta.1

11 months ago

0.1.0

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago