# @braden1996/eslint-plugin

## Installation

1. `yarn add --dev @braden1996/eslint-config`
2. Add the following to your `package.json`:

    ```json
    "eslintConfig": {
        "extends": "@braden1996/default"
    },
    ```
