Skip to content

Commit 9caada0

Browse files
shigmaulivz
authored andcommitted
chore: fix lint (#1451)
1 parent b3257a9 commit 9caada0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/@vuepress/core/lib/client/components/Content.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Vue from 'vue'
21
import { getPageAsyncComponent } from '../util'
32

43
export default {

packages/@vuepress/markdown/lib/highlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = (str, lang) => {
4242
if (lang === 'styl') {
4343
lang = 'stylus'
4444
}
45-
45+
4646
if (!prism.languages[lang]) {
4747
try {
4848
loadLanguages([lang])

0 commit comments

Comments
 (0)