Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/taichi/fix-onsave
- Owner: taichi
- Created: 2016-09-30T03:26:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T13:15:30.000Z (about 8 years ago)
- Last Synced: 2024-10-12T01:42:45.285Z (3 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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