@ingridab/prettier-config

0.2.1 • Public • Published

Ingrid AB prettier config

This is prettier configuration used in Ingrid AB projects. To use it you need to install it first:

npm install @ingridab/prettier-config

Then create prettier.config.js file inside root of your project with following contents:

module.exports = require('@ingridab/prettier-config');

And your are ready to go 🚀.

If you need to override some settings:

module.exports = Object.assign(
  require("@ingridab/prettier-config"),
  {
    //add overrides here
    singleQuote: true,
    bracketSpacing: true,
  }
);```

Readme

Keywords

Package Sidebar

Install

npm i @ingridab/prettier-config

Weekly Downloads

150

Version

0.2.1

License

MIT

Unpacked Size

1.77 kB

Total Files

4

Last publish

Collaborators

  • ingridtech
  • krzysztofzuraw