A sharable Prettier config for the Mann-Conomy Project.
Using npm:
$ npm install --save-dev @mann-conomy/prettier-configUsing yarn:
$ yarn add --dev @mann-conomy/prettier-configimport prettierConfig from "@mann-conomy/prettier-config";
const config = {
...prettierConfig,
singleQuote: true
};
export default config;For reference, you can find the complete Prettier config here.
Copyright 2024, The Mann-Conomy Project