# tapplint

[![Build Status](https://travis-ci.org/MatchingAgent/tapplint.svg?branch=master)](https://travis-ci.org/MatchingAgent/tapplint)
[![Coverage Status](https://coveralls.io/repos/github/MatchingAgent/tapplint/badge.svg?branch=master)](https://coveralls.io/github/MatchingAgent/tapplint?branch=master)
[![Dependency Status](https://david-dm.org/MatchingAgent/tapplint.svg)](https://david-dm.org/MatchingAgent/tapplint)
[![devDependency Status](https://david-dm.org/MatchingAgent/tapplint/dev-status.svg)](https://david-dm.org/MatchingAgent/tapplint?type=dev)

## Install

```bash
$ npm install tapplint
```

## Usage

```bash
Usage
  $ tapplint [<file|glob> ...]

Options
  --fix           Automagically fix issues
  --reporter      Reporter to use
  --stdin         Validate/fix code from stdin
  --ignore        Additional paths to ignore  [Can be set multiple times]
```

## Config

You can extend ESLint configuration by following ways.

- `tapplint` property in `package.json`
- `.tapplintrc`
- `tapplint.config.js`

## License

MIT © [MatchingAgent](https://github.com/MatchingAgent)
