## Intro

My ESLint config for TS+React projects.


## Install

```sh
npm i @nighttrax/eslint-config-tsx
```


## Use

```js
import { nighttraxReact } from "@nighttrax/eslint-config-tsx";

export default nighttraxReact([
  // other configs
]);
```
