1.0.0 • Published 12 months ago

@mann-conomy/prettier-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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