# @hackney/prettier-config

> Prettier config for LBH Modern Tools for Housing

Latest version **1.1.1** (published 2026-07-23) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 60/100 (C)** — status: active.

Positive: no vulnerabilities; has provenance; recently updated; high maintenance score.

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

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2026-07-23 |
| First published | 2021-09-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Gareth Cozens |
| Maintainers | makeyw, selwyn.preston, lbhtkarki, mpederiva, humulla, seadrumsquid |

## Links

- npm: https://www.npmjs.com/package/@hackney/prettier-config
- Repository: https://github.com/LBHackney-IT/mtfh-frontend
- Issues: https://github.com/LBHackney-IT/mtfh-frontend/issues
- npm.io page: https://npm.io/package/@hackney/prettier-config

## Recent versions

- 1.1.1 (latest) — 2026-07-23
- 1.1.0 — 2026-07-20
- 1.0.1 — 2021-09-26
- 1.0.0 — 2021-09-09

## README

# `@hackney/prettier-config`

Shared Prettier configuration for Hackney front-end projects.

## Usage

Install the package as a dev dependency:

```bash
npm install -D @hackney/prettier-config
```

Create a `.prettierrc.js` file in the root of your project:

```js
const prettierConfig = require("@hackney/prettier-config");

module.exports = prettierConfig;
```

To apply overrides of any of the options:

```js
const prettierConfig = require("@hackney/prettier-config");

module.exports = {
  ...prettierConfig,
  semi: false,
};
```

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