@fullstax/prettier-config

1.0.2 • Public • Published

prettier-config

Shared Prettier configuration for usage within the fullstax Gmbh & CO. KG.

Install

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

Usage

Please choose ONE of the following options:

package.json

{
  "name": "",
  "version": "",
  "prettier": "@fullstax/prettier-config"
}

.prettierrc.js

This option is useful, if you want to overwrite the common config with a project-specific one.

module.exports = {
  ...require("@fullstax/prettier-config"),
  "printWidth": 80,
};

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @fullstax/prettier-config

      Weekly Downloads

      30

      Version

      1.0.2

      License

      MIT

      Unpacked Size

      975 B

      Total Files

      3

      Last publish

      Collaborators

      • mojoaxel