0.0.3 • Published 2 years ago

@qgisk/prettier-config v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@qgisk/prettier-config

Install

npm i @qgisk/prettier-config

Usage

In your package.json add

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

Or if you prefer a .prettierrc

"@qgisk/prettier-config"

From the prettier docs

Note: This method does not offer a way to extend the configuration to overwrite some properties from the shared configuration. 
If you need to do that, import the file in a .prettierrc.js file and export the modifications, e.g:

module.exports = {
    ...require("@company/prettier-config"),
    semi: false,
};

License

MIT @QGIsK