@mjolnir/prettier-config

0.2.0 • Public • Published

@mjolnir/prettier-config

install

yarn add @mjolnir/prettier-config -D

useage

add it in your package.json:

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

if you want to extends the configuration and overwrite some properties, import the file in a .prettierrc.js file and export the modifications:

module.exports = {
  ...require("@mjolnir/prettier-config");
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    8
  • 0.1.0
    3

Package Sidebar

Install

npm i @mjolnir/prettier-config

Weekly Downloads

5

Version

0.2.0

License

MIT

Unpacked Size

3.46 kB

Total Files

6

Last publish

Collaborators

  • leohxj