3.0.0 • Published 4 months ago

@spear-ai/prettier-config v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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;
3.0.0

4 months ago

2.2.0

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago