.eslintrc-auto-import.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "globals": {
  3. "Component": true,
  4. "ComponentPublicInstance": true,
  5. "ComputedRef": true,
  6. "DirectiveBinding": true,
  7. "EffectScope": true,
  8. "ExtractDefaultPropTypes": true,
  9. "ExtractPropTypes": true,
  10. "ExtractPublicPropTypes": true,
  11. "InjectionKey": true,
  12. "MaybeRef": true,
  13. "MaybeRefOrGetter": true,
  14. "PropType": true,
  15. "Ref": true,
  16. "VNode": true,
  17. "WritableComputedRef": true,
  18. "computed": true,
  19. "createApp": true,
  20. "customRef": true,
  21. "defineAsyncComponent": true,
  22. "defineComponent": true,
  23. "effectScope": true,
  24. "getCurrentInstance": true,
  25. "getCurrentScope": true,
  26. "h": true,
  27. "inject": true,
  28. "isProxy": true,
  29. "isReactive": true,
  30. "isReadonly": true,
  31. "isRef": true,
  32. "markRaw": true,
  33. "nextTick": true,
  34. "onActivated": true,
  35. "onBeforeMount": true,
  36. "onBeforeRouteLeave": true,
  37. "onBeforeRouteUpdate": true,
  38. "onBeforeUnmount": true,
  39. "onBeforeUpdate": true,
  40. "onDeactivated": true,
  41. "onErrorCaptured": true,
  42. "onMounted": true,
  43. "onRenderTracked": true,
  44. "onRenderTriggered": true,
  45. "onScopeDispose": true,
  46. "onServerPrefetch": true,
  47. "onUnmounted": true,
  48. "onUpdated": true,
  49. "onWatcherCleanup": true,
  50. "provide": true,
  51. "reactive": true,
  52. "readonly": true,
  53. "ref": true,
  54. "resolveComponent": true,
  55. "shallowReactive": true,
  56. "shallowReadonly": true,
  57. "shallowRef": true,
  58. "toRaw": true,
  59. "toRef": true,
  60. "toRefs": true,
  61. "toValue": true,
  62. "triggerRef": true,
  63. "unref": true,
  64. "useAttrs": true,
  65. "useCssModule": true,
  66. "useCssVars": true,
  67. "useId": true,
  68. "useLink": true,
  69. "useModel": true,
  70. "useRoute": true,
  71. "useRouter": true,
  72. "useSlots": true,
  73. "useTemplateRef": true,
  74. "watch": true,
  75. "watchEffect": true,
  76. "watchPostEffect": true,
  77. "watchSyncEffect": true,
  78. "showFailToast": true,
  79. "showSuccessToast": true
  80. }
  81. }