1.0.1 • Published 1 year ago

@skywire-london/prettier v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Skywire Prettier Config

Usage

Install:

$ npm install -D @skywire-london/prettier

convert the prettier options into .prettierrc.js and them import and override the options as required:

import companyPrettierConfig from '@skywire-london/prettier' assert { type: 'json' };

export default {
      ...companyPrettierConfig,
      someoTherOptions: optionValue
};

Refer to https://prettier.io/docs/en/configuration.html#sharing-configurations

1.0.1

1 year ago

1.0.0

1 year ago