# @antlered-viking/prettier-config

> PrettierRC, as configured by Antlered Viking

Latest version **1.1.1** (published 2022-02-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install @antlered-viking/prettier-config
pnpm add @antlered-viking/prettier-config
yarn add @antlered-viking/prettier-config
bun add @antlered-viking/prettier-config
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2022-02-16 |
| First published | 2022-02-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| Maintainers | neonspork, codemastermick |

## Links

- npm: https://www.npmjs.com/package/@antlered-viking/prettier-config
- npm.io page: https://npm.io/package/@antlered-viking/prettier-config

## Dependencies (1)

- [npm-add-script](https://npm.io/package/npm-add-script.md) ^1.1.0

## Recent versions

- 1.1.1 (latest) — 2022-02-16
- 1.1.0 — 2022-02-16
- 1.0.3 — 2022-02-16
- 1.0.2 — 2022-02-15
- 1.0.0 — 2022-02-15

## README

# `@antlered-viking/prettier-config`

PrettierRC, as configured by Antlered Viking

---

## Usage

First install the package as a dev dependency:

```bash
npm install -D @antlered-viking/prettier-config
# or if you use yarn
yarn add -D @antlered-viking/prettier-config
```

Once the package finishes installing, it will automatically update your project so you can start using Prettier right away.

That's actually it! Now your project is set up to use this prettier configuration, and it has two new scripts in `package.json`: `format` and `format:fix`:

```bash
# NPM users
npm run format # run Prettier to check code styles
npm run format:fix # run Prettier to check code styles and fix issues
# Yarn users
yarn run format # run Prettier to check code styles
yarn run format:fix # run Prettier to check code styles and fix issues
```

---
_Source: https://npm.io/package/@antlered-viking/prettier-config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
