# eslint-config-ixn-base

> Ixion Labs' ESLint config for NodeJS projects

Latest version **1.5.3** (published 2023-10-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-ixn-base
pnpm add eslint-config-ixn-base
yarn add eslint-config-ixn-base
bun add eslint-config-ixn-base
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.5.3 |
| Published | 2023-10-13 |
| First published | 2023-02-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | James |
| Maintainers | elicx |

## Links

- npm: https://www.npmjs.com/package/eslint-config-ixn-base
- Repository: https://github.com/ixion-labs/eslint-config-ixn
- Homepage: https://github.com/ixion-labs/eslint-config-ixn#readme
- Issues: https://github.com/ixion-labs/eslint-config-ixn/issues
- npm.io page: https://npm.io/package/eslint-config-ixn-base

## Dependencies (4)

- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.26.0
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^8.6.0
- [eslint-config-airbnb-base](https://npm.io/package/eslint-config-airbnb-base.md) ^15.0.0
- [eslint-plugin-simple-import-sort](https://npm.io/package/eslint-plugin-simple-import-sort.md) ^10.0.0

## Recent versions

- 1.5.3 (latest) — 2023-10-13
- 1.5.2 — 2023-10-13
- 1.5.1 — 2023-10-13
- 1.4.5 — 2023-07-28
- 1.4.4 — 2023-07-28
- 1.4.3 — 2023-07-28
- 1.4.2 — 2023-04-18
- 1.3.1 — 2023-02-08
- 1.3.0 — 2023-02-07
- 1.2.7 — 2023-02-07
- 1.2.4 — 2023-02-07
- 1.2.3 — 2023-02-07
- 1.2.1 — 2023-02-07
- 1.1.0 — 2023-02-07
- 1.0.1 — 2023-02-07

## README

# eslint-config-ixn-base

This package provides Ixion Labs' ESLint configuration for NodeJS projects.

## Usage

### NodeJS

```bash
npm install --save-dev eslint-config-ixn-base
```

```json
{
  "extends": "ixn-base"
}
```

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