0.2.0 • Published 5 years ago

@mjolnir/prettier-config v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

@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");
}