# Developing

## Introduction

### How do I setup the the project?

1. Fork the repo
1. Install dependencies: `npm install`
1. Ensure everything is working: `npm run validate`

### What's the workflow?

1. Create your feature branch: `git checkout -b my-new-feature`
1. Write code
1. Once complete, submit a [pull request on GitHub](https://github.com/iamturns/eslint-config-airbnb-typescript/pulls).
