From ce89f9ed8a80a06d26b0618658733956d0c98f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mindaugas=20Moz=C5=ABras?= Date: Sun, 28 Feb 2016 17:27:46 +0200 Subject: Initial commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9aa8e9 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 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 one of the runtimes supported by [ExecJS](https://github.com/sstephenson/execjs#execjs). + +## Configuration + +Configuring ESLint via .eslintrc will work just fine with pronto-eslint. -- cgit v1.2.3