# @cnamts/eslint-config

> ESLint configurations for JavaScript and TypeScript used across our projects

Latest version **2.12.0** (published 2023-07-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @cnamts/eslint-config
pnpm add @cnamts/eslint-config
yarn add @cnamts/eslint-config
bun add @cnamts/eslint-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 | 2.12.0 |
| Published | 2023-07-28 |
| First published | 2022-05-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | CNAM |
| Maintainers | deraw, cnam-owner |
| Keywords | cnam, lint, eslint, javascript, typescript |

## Links

- npm: https://www.npmjs.com/package/@cnamts/eslint-config
- Homepage: https://github.com/assurance-maladie-digital/design-system#readme
- Issues: https://github.com/assurance-maladie-digital/design-system/issues
- npm.io page: https://npm.io/package/@cnamts/eslint-config

## Dependencies (2)

- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) 5.62.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) 5.62.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 2.12.0 (latest) — 2023-07-28
- 2.9.0-beta.4 (beta) — 2023-04-28
- 2.11.0 — 2023-06-21
- 2.10.0 — 2023-06-02
- 2.9.0 — 2023-05-02
- 2.9.0-beta.3 — 2023-04-11
- 2.9.0-beta.2 — 2023-03-28
- 2.9.0-beta.1 — 2023-03-17
- 2.9.0-alpha.0 — 2023-01-24
- 2.8.0 — 2022-12-16
- 2.7.0 — 2022-11-04
- 2.6.0 — 2022-09-09
- 2.5.1 — 2022-08-08
- 2.5.0 — 2022-08-02
- 2.4.0 — 2022-05-16

## README

# ESLint Config

ESLint configurations for JavaScript and TypeScript used across our projects.

## Installation

To install the package, you need to use yarn or npm:

```sh
yarn add @cnamts/eslint-config
# OR
npm install @cnamts/eslint-config
```

## Usage

To use the ESLint configuration, you need to create a `.eslintrc.js` file and use the `extends` property to reference `@cnamts/eslint-config`:

```js
module.exports = {
	extends: '@cnamts/eslint-config'
};
```

To use the TypeScript configuration, you need to reference `@cnamts/eslint-config`:

```js
module.exports = {
	extends: '@cnamts/eslint-config/typescript'
};
```

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