Skip to content

Commit

Permalink
fix: hummer mode lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamCaoQAQ committed Jul 11, 2023
1 parent 95208f2 commit ea678bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/src/platform/export/index.tenon.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ export {
getCurrentScope,
onScopeDispose
}

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function initProxy (context, rawOptions) {
}

export function getDefaultOptions (type, { rawOptions = {}, currentInject }) {

const rawSetup = rawOptions.setup
if (rawSetup) {
rawOptions.setup = (props) => {
Expand Down

0 comments on commit ea678bc

Please sign in to comment.