Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prontolabs/pronto-eslint
Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX
https://github.com/prontolabs/pronto-eslint
eslint javascript linter pronto pronto-runner
Last synced: 2 months ago
JSON representation
Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX
- Host: GitHub
- URL: https://github.com/prontolabs/pronto-eslint
- Owner: prontolabs
- License: mit
- Created: 2016-02-28T15:51:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T10:26:36.000Z (over 1 year ago)
- Last Synced: 2024-09-24T08:35:31.231Z (3 months ago)
- Topics: eslint, javascript, linter, pronto, pronto-runner
- Language: Ruby
- Size: 33.2 KB
- Stars: 9
- Watchers: 3
- Forks: 49
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pronto runner for ESLint
[![Code Climate](https://codeclimate.com/github/prontolabs/pronto-eslint.png)](https://codeclimate.com/github/prontolabs/pronto-eslint)
[![Build Status](https://travis-ci.org/prontolabs/pronto-eslint.png)](https://travis-ci.org/prontolabs/pronto-eslint)
[![Gem Version](https://badge.fury.io/rb/pronto-eslint.png)](http://badge.fury.io/rb/pronto-eslint)
[![Dependency Status](https://gemnasium.com/prontolabs/pronto-eslint.png)](https://gemnasium.com/prontolabs/pronto-eslint)Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/prontolabs/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, though it will not support
searching higher up the path hierarch. To use an absolute path to your config, use `ESLINT_CONFIG`.