# @carto/eslint-config-ps-react

> CARTO's Professional Service eslint react config

Latest version **1.1.6** (published 2024-02-09) · 0 weekly downloads

## Install

```sh
npm install @carto/eslint-config-ps-react
pnpm add @carto/eslint-config-ps-react
yarn add @carto/eslint-config-ps-react
bun add @carto/eslint-config-ps-react
```

## 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.6 |
| Published | 2024-02-09 |
| First published | 2022-11-03 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | donmccurdy, moicalcob, m.deividas, vmilan, felixpalmer, josmorsot, aaranadev, zbigg, eamadorp, juanra-carto, cartodb, alasarr, victor.velarde, shylpx, jaragon |

## Links

- npm: https://www.npmjs.com/package/@carto/eslint-config-ps-react
- npm.io page: https://npm.io/package/@carto/eslint-config-ps-react

## Recent versions

- 1.1.6 (latest) — 2024-02-09
- 1.1.5 — 2024-01-04
- 1.1.4 — 2023-09-07
- 1.1.3 — 2023-07-26
- 1.1.2 — 2023-07-26
- 1.1.1 — 2023-07-25
- 1.1.0 — 2023-04-24
- 1.0.1 — 2023-03-09
- 1.0.0 — 2022-11-03
- 1.0.0-alpha.0 — 2022-11-03

## README

# CARTO Lint PS React Library - eslint react

This repository contains the packages with eslint react config.

## Installation

Install @carto/eslint-config-ps-react like dependence:

```bash
  npm install --save @carto/eslint-config-ps-react
```

## Usage

Add the following to your `package.json`:

```json
  "eslintConfig": {
    "extends": [
      "@carto/eslint-config-ps-react"
    ]
  }
```

## Contributing

See [the contributing guide](https://github.com/CartoDB/carto-ps-lint-lib/blob/main/CONTRIBUTING.md) for detailed instructions on how to get started with our project.

If you're looking for a way to contribute, you can scan through our [existing issues](https://github.com/github/docs/issues) for something to work on. When ready, check out [Getting Started with Contributing](https://github.com/CartoDB/carto-ps-lint-lib/blob/main/CONTRIBUTING.md) for detailed instructions.

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