Skip to content

Commit 2df8ae5

Browse files
authored
update README.md
1 parent 637a3fc commit 2df8ae5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
Use the [ESLint](http://eslint.org/) JavaScript validator in [TextMate 2](https://github.com/textmate/textmate).
44

5-
<img src="http://natesilva.github.io/javascript-eslint.tmbundle/images/no-errors-2.0.0.png" width="500" style="width:560px;" alt="Screenshot 1">
5+
<video autoplay="autoplay" loop="loop" width="366" height="114">
6+
<source src="https://natesilva.github.io/javascript-eslint.tmbundle/images/gutter-popup.mp4" type="video/mp4" />
7+
 <img src="https://natesilva.github.io/javascript-eslint.tmbundle/images/gutter-popup.gif" width="366" height="114" alt="ESLint errors and warnings in the TextMate gutter"></video>
68

79
## Features
810

911
* Validate automatically when you save your file, and on-demand.
12+
* Auto-fix errors using the ESLint `--fix` command.
13+
* Errors and warnings are displayed in the TextMate gutter.
14+
* Optionally get a report listing errors and warnings with links to the relevant explanations on [eslint.org](http://eslint.org/).
1015
* Supports ESLint’s native configuration cascading.
11-
* Errors and warnings include a link to the relevant explanation on [eslint.org](http://eslint.org/).
1216

13-
<img src="http://natesilva.github.io/javascript-eslint.tmbundle/images/with-errors-2.0.0.png" width="500" style="width:560px;" alt="Screenshot 2">
17+
<img src="https://natesilva.github.io/javascript-eslint.tmbundle/images/fix-menu.png" width="300" style="width:300px;" alt="Use ESLint to auto-fix errors and warnings">
18+
19+
<img src="https://natesilva.github.io/javascript-eslint.tmbundle/images/validation-report.png" width="550" style="width:550px;" alt="Optional validation report">
1420

1521
## Install
1622

@@ -44,8 +50,8 @@ In most cases no configuration is required. However, in some cases you may want
4450
## Uninstall
4551

4652
1. Quit TextMate.
47-
2. Open `~/Library/Application Support/Avian/Pristine Copy/Bundles`.
53+
2. Open `~/Library/Application Support/TextMate/Pristine Copy/Bundles`.
4854
3. Trash `javascript-eslint.tmbundle`.
4955
4. Open `~/Library/Application Support/Avian/Bundles`.
5056
5. If there is a file called `JavaScript ESLint.tmbundle`, trash it.
51-
6. You may need to clear TextMate’s cache by trashing `~/Library/Caches/com.macromates.TextMate.preview`.
57+
6. You may need to clear TextMate’s cache by trashing `~/Library/Caches/com.macromates.TextMate`.

0 commit comments

Comments
 (0)