Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gunar/eslint-formatter-list
- Owner: gunar
- License: mit
- Created: 2016-12-15T16:16:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T15:26:59.000Z (almost 8 years ago)
- Last Synced: 2024-10-31T21:13:39.250Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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]()