2.1.1 • Published 3 months ago

@spear-ai/prettier-config v2.1.1

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

@spear-ai/prettier-config

A Prettier config.

Installation

yarn add -D @spear-ai/prettier-config @types/prettier prettier

Usage

Add the following to your prettier.config.cjs file:

const basePrettierConfig = require("@spear-ai/prettier-config");

/** @type {import("prettier").Config} */
const prettierConfig = {
  ...basePrettierConfig,
};

module.exports = prettierConfig;
2.1.1

3 months ago

2.1.0

3 months ago

2.0.7

3 months ago

2.0.6

4 months ago

2.0.5

5 months ago

2.0.3

10 months ago

2.0.2

10 months ago

2.0.4

9 months ago

2.0.1

10 months ago

2.0.0

1 year ago

1.0.0

1 year ago