Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit c744577

Browse files
author
Marlow Payne
committed
🐛 Fix asset paths
1 parent 8e846e9 commit c744577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

javascript/atom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ESLint and Atom Text
22

3-
![Linting in Atom](../../assets/linting-in-atom.gif "Linting in Atom")
3+
![Linting in Atom](../assets/linting-in-atom.gif "Linting in Atom")
44

55
Instead of relying on your project's linting tasks (`grunt lint` or `npm run lint`), wouldn't it be better to have Atom proactively linting your JS as you compose it, using Mobify's code style as a ruleset? Here's how!
66

@@ -26,7 +26,7 @@ npm install -g mobify-code-style
2626
* Find this by running `npm get prefix` in a terminal
2727

2828
Your Atom settings will look something like this:
29-
![Atom Linter Settings](../../assets/atom-linter-settings.png "Atom Linter Settings")
29+
![Atom Linter Settings](../assets/atom-linter-settings.png "Atom Linter Settings")
3030

3131
1. Restart Atom
3232
1. Open a JS file and see if it works!

0 commit comments

Comments
 (0)