Skip to content

Commit 046a9d9

Browse files
committed
docs: fix linting issues
1 parent f37c94e commit 046a9d9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/app.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ export default defineAppConfig({
140140
colorMode: true,
141141
links: [
142142
{
143-
icon: 'i-simple-icons-github',
144-
to: 'https://github.com/vueuse/motion',
145-
target: '_blank',
143+
'icon': 'i-simple-icons-github',
144+
'to': 'https://github.com/vueuse/motion',
145+
'target': '_blank',
146146
'aria-label': 'VueUse Motion',
147147
},
148148
],
@@ -153,9 +153,9 @@ export default defineAppConfig({
153153
colorMode: false,
154154
links: [
155155
{
156-
icon: 'i-simple-icons-github',
157-
to: 'https://github.com/vueuse/motion',
158-
target: '_blank',
156+
'icon': 'i-simple-icons-github',
157+
'to': 'https://github.com/vueuse/motion',
158+
'target': '_blank',
159159
'aria-label': 'VueUse Motion',
160160
},
161161
],

docs/content/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hero:
2020
```
2121
2222
features:
23-
title: "Let's put things in motion"
23+
title: 'Let''s put things in motion'
2424

2525
items:
2626
- title: Smooth animations

0 commit comments

Comments
 (0)