# Pronto runner for ESLint [![Code Climate](https://codeclimate.com/github/mmozuras/pronto-eslint.png)](https://codeclimate.com/github/mmozuras/pronto-eslint) [![Build Status](https://travis-ci.org/mmozuras/pronto-eslint.png)](https://travis-ci.org/mmozuras/pronto-eslint) [![Gem Version](https://badge.fury.io/rb/pronto-eslint.png)](http://badge.fury.io/rb/pronto-eslint) [![Dependency Status](https://gemnasium.com/mmozuras/pronto-eslint.png)](https://gemnasium.com/mmozuras/pronto-eslint) Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/mmozuras/pronto) ## Prerequisites You'll need to install [eslint by yourself][eslint-install]. [eslint-install]: http://eslint.org/docs/user-guide/getting-started ## Configuration Configuring ESLint via [.eslintrc and consorts][eslintrc] and excludes via [.eslintignore][eslintignore] will work just fine with pronto-eslint. [eslintrc]: http://eslint.org/docs/user-guide/configuring#configuration-file-formats [eslintignore]: http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories