Skip to content

Commit 2681f9d

Browse files
committed
fix eslint warning
1 parent 9b52f93 commit 2681f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docsify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const updateNotifier = require('update-notifier')
99

1010
updateNotifier({ pkg: pkg }).notify()
1111

12-
let Locales = require('./locales')
12+
const Locales = require('./locales')
1313
const y18n = new Locales()
1414

1515
require('yargonaut')

0 commit comments

Comments
 (0)