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

Readme

Keywords

none

Package Sidebar

Install

npm i @mjolnir/prettier-config

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

3.46 kB

Total Files

6

Last publish

Collaborators

  • leohxj