Skip to content

Commit 49f01c1

Browse files
committed
chore: fix eslint errors
1 parent 59e761b commit 49f01c1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: src/index.js

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
module.exports = {
2-
async onPreBuild({ }) {
3-
},
4-
async onBuild({ }) {
5-
},
6-
async onPostBuild({ }) {
7-
},
2+
async onPreBuild() {},
3+
async onBuild() {},
4+
async onPostBuild() {},
85
}

0 commit comments

Comments
 (0)