# @bfra.me/eslint-config

> Shared ESLint configuration for bfra.me.

## Install

### NPM

```sh
npm install --save-dev @bfra.me/eslint-config eslint
```

### PNPM

```sh
pnpm add --save-dev @bfra.me/eslint-config eslint
```

### Yarn

```sh
yarn add --dev @bfra.me/eslint-config eslint
```

## Usage

Add or update your `eslint.config.js` file to include the following:

```js
import preset from "@bfra.me/eslint-config"

export default preset()
```

## License

[MIT](../../LICENSE.md)
