Skip to content

Commit 66a36fb

Browse files
committed
👕 refactor(eslint): fix eslint errors
1 parent 53581a3 commit 66a36fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import webpack from 'webpack'
22
import { ParsedUrlQuery, parse } from 'querystring'
33

44
const loader: webpack.loader.Loader = function (source: string | Buffer): void {
5-
65
if (this.version && Number(this.version) >= 2) {
76
try {
87
this.cacheable && this.cacheable()

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ test('locale attr and basic', async () => {
3333
test('locale attr and import', async () => {
3434
const { module } = await bundleAndRun('locale-import.vue')
3535
expect(module.__i18n).toMatchSnapshot()
36-
})
36+
})

0 commit comments

Comments
 (0)