Skip to content

Commit 1945d50

Browse files
committed
Fix eslint erros in _config.js
1 parent d134165 commit 1945d50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
22
html: '<p>12345</p><p>67890</p>'
3-
}
3+
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
22
html: '<p>0</p><p>2</p><p>4</p><p>6</p><p>8</p>'
3-
}
3+
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
22
html: '<p>0</p><p>1</p><p>2</p><p>3</p><p>4</p>'
3-
}
3+
};

0 commit comments

Comments
 (0)