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