# TIE eslint config
This package requires eslint to be set up and running in your project. See https://eslint.org/ for further information.

## Adding to a project
1. Pull this config into your project using npm
   ```
   npm install @eandl/eslint-config
   ```
2. In to root directory of your project (alongside package.json) create (or edit) .eslintrc.json.
3. Add the following: 
    ```
        "extends": [
            "@eandl/eslint-config"
        ],
   ```