3.0.1 • Published 4 months ago

@suitespot/prettier-config v3.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

prettier-config

SuiteSpot's base Prettier config.

Installation

npm install -D -E @suitespot/prettier-config

or

pnpm install -D -E @suitespot/prettier-config -w

Usage

After installing, update your project's prettier.config.mjs file to import the rule sets you want:

import sstConfig from '@suitespot/prettier-config'
/** @type {import("prettier").Config} */
const config = {
    ...sstConfig,
    // Your config overrides here
}
export default config;

Read the Prettier config docs for more information.

3.0.1

4 months ago

3.0.0

4 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago