pull/1856/head
yann300 3 years ago
parent e98fe5da87
commit d199d98b29
  1. 2
      libs/remix-ui/editor-context-view/src/lib/remix-ui-editor-context-view.tsx
  2. 2
      workspace.json

@ -16,7 +16,7 @@ export interface RemixUiEditorContextViewProps {
onContextListenerChanged: (listener: onContextListenerChangedListener) => void
referencesOf: (nodes: astNode) => Array<astNode>
getActiveHighlights: () => Array<astNode>
gasEstimation: (node: astNode) => gasEstimation
gasEstimation: (node: astNode) => gasEstimationType
declarationOf: (node: astNode) => astNode
}

@ -1165,8 +1165,8 @@
"plugin": {
"linter": "eslint"
}
}
},
"defaultProject": "remix-ide"
}
}

Loading…
Cancel
Save