Skip to content

Commit 0d5e7eb

Browse files
committed
fix lint
1 parent b0c9307 commit 0d5e7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function mapOptions (opts) {
2020

2121
function defaultOptionsPlugin (P) {
2222
return class DefaultOptionsParser extends P {
23-
constructor(opts, src) {
23+
constructor (opts, src) {
2424
super(mapOptions(opts), src)
2525
}
2626
}

0 commit comments

Comments
 (0)