Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gunar/eslint-formatter-list

Simple-list ESLint formatter for opening all files in your preferred editor
https://github.com/gunar/eslint-formatter-list

Last synced: 7 days ago
JSON representation

Simple-list ESLint formatter for opening all files in your preferred editor

Awesome Lists containing this project

README

        

# eslint-formatter-list

> Simple list of files formatter for [ESLint](http://eslint.org)

## Install

```
$ npm install --save-dev eslint-formatter-list
```

## Usage

### Open all files with errors in you favorite editor

```
$ $EDITOR `eslint --format=node_modules/eslint-formatter-list `
```

### ESLint CLI

```
$ eslint --format=node_modules/eslint-formatter-list file.js
```

## Output example

```
/home/user/repo/file_with_errors_1.js
/home/user/repo/file_with_errors_2.js
/home/user/repo/file_with_errors_3.js
```

## License

MIT [http://gunar.mit-license.org]()