Skip to content

Mann-Conomy/prettier-config

Repository files navigation

prettier-config

A sharable Prettier config for the Mann-Conomy Project.

npm version npm downloads Node.js version GitHub actions GitHub license

Installation

Using npm:

$ npm install --save-dev @mann-conomy/prettier-config

Using yarn:

$ yarn add --dev @mann-conomy/prettier-config

Usage

import prettierConfig from "@mann-conomy/prettier-config";

const config = {
    ...prettierConfig,
    singleQuote: true
};

export default config;

For reference, you can find the complete Prettier config here.

License

MIT

Copyright 2024, The Mann-Conomy Project