# @gec.js/react-prettier-config

> Prettier config library for React or Typescript applications

Latest version **1.0.0** (published 2022-11-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @gec.js/react-prettier-config
pnpm add @gec.js/react-prettier-config
yarn add @gec.js/react-prettier-config
bun add @gec.js/react-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.0.0 |
| Published | 2022-11-21 |
| First published | 2022-11-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Woody Godinho |
| Maintainers | godinhost |
| Keywords | prettier, react, typescript, javascript, libraries |

## Links

- npm: https://www.npmjs.com/package/@gec.js/react-prettier-config
- Repository: https://github.com/agodinhost/gec.js-modules
- Issues: https://github.com/agodinhost/gec.js-modules/issues
- npm.io page: https://npm.io/package/@gec.js/react-prettier-config

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2022-11-21

## README

# `@gec.js/react-prettier-config`

A configuration for prettier, to create consistancy across multiple projects.

Based on LBHackney-IT work, @hackney/prettier-config:1.0.1

## Usage

Install package as a dev dependency:

```
npm install @gec.js/react-prettier-config -D
// or
yarn add @gec.js/react-prettier-config -D
```

Create a `.prettierrc.js` file in the root of your project.

```js
const prettierConfig = require("@gec.js/react-prettier-config");

module.exports = prettierConfig;
```

To apply overrides of any of the options:

```js
const prettierConfig = require("@gec.js/react-prettier-config");

module.exports = {
  ...prettierConfig,
  semi: false,
};
```

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