Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taichi/fix-onsave

fix eslint error on save.
https://github.com/taichi/fix-onsave

Last synced: about 2 months ago
JSON representation

fix eslint error on save.

Awesome Lists containing this project

README

        

# Duplicated

use [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) 1.0.8 or newer.

# fix-onsave

This extension executes format and applies ESLint auto-fix resolutions to all fixable problems.

### Dependency

This extension depends on [ESlint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) VSCode Extension.
You must install [ESlint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)

## Extension Settings

This extension contributes the following settings:

* `fix.onSave`: by default is `true`. if you set `true`, Automatically fix problems on save.

## Releases
### 0.1.0: 2016-10-12
* fix save loop problems

### 0.0.1: 2016-09-30
* initial release