Skip to content
Snippets Groups Projects
.biomelintrc-auto-import.json 1.55 KiB
Newer Older
{
  "javascript": {
    "globals": [
      "Component",
      "ComponentPublicInstance",
      "ComputedRef",
      "EffectScope",
      "ExtractDefaultPropTypes",
      "ExtractPropTypes",
      "ExtractPublicPropTypes",
      "InjectionKey",
      "PropType",
      "Ref",
      "RouteLocationRaw",
      "VNode",
      "WritableComputedRef",
      "[alias]",
      "[import-names]",
      "axios",
      "computed",
      "createApp",
      "customRef",
      "defineAsyncComponent",
      "defineComponent",
      "effectScope",
      "getCurrentInstance",
      "getCurrentScope",
      "h",
      "inject",
      "isProxy",
      "isReactive",
      "isReadonly",
      "isRef",
      "markRaw",
      "nextTick",
      "onActivated",
      "onBeforeMount",
      "onBeforeRouteLeave",
      "onBeforeRouteUpdate",
      "onBeforeUnmount",
      "onBeforeUpdate",
      "onDeactivated",
      "onErrorCaptured",
      "onMounted",
      "onRenderTracked",
      "onRenderTriggered",
      "onScopeDispose",
      "onServerPrefetch",
      "onUnmounted",
      "onUpdated",
      "provide",
      "reactive",
      "readonly",
      "ref",
      "resolveComponent",
      "shallowReactive",
      "shallowReadonly",
      "shallowRef",
      "toRaw",
      "toRef",
      "toRefs",
      "toValue",
      "triggerRef",
      "unref",
      "useAttrs",
      "useCssModule",
      "useCssVars",
      "useLink",
      "useMyFetch",
      "useRoute",
      "useRouter",
      "useSlots",
      "watch",
      "watchEffect",
      "watchPostEffect",
      "watchSyncEffect"
    ]
  }
}