You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,10 @@ Examples:
27
27
**Bad**
28
28
- You should use the http module and not axios _(opinon and not clear why)_
29
29
- Double quotes FTW!! _(uses slang)_
30
-
-
31
30
32
31
**Good**
33
32
- Did you know you can use the husky package to run lint automatically when committing on git?
34
-
- Most Nuxt.js projects expose a client-side api through window.$nuxt that can be used for e.g. programmatic navigation: window.$nuxt.$router.push('/my-route')
33
+
- Most Nuxt.js projects expose a client-side api through window.$nuxt that can be used for e.g. programmatic navigation: `window.$nuxt.$router.push('/my-route')`
0 commit comments