.eslintrc-auto-import.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "onBeforeUnmount": true,
  37. "onBeforeUpdate": true,
  38. "onDeactivated": true,
  39. "onErrorCaptured": true,
  40. "onMounted": true,
  41. "onRenderTracked": true,
  42. "onRenderTriggered": true,
  43. "onScopeDispose": true,
  44. "onServerPrefetch": true,
  45. "onUnmounted": true,
  46. "onUpdated": true,
  47. "onWatcherCleanup": true,
  48. "provide": true,
  49. "reactive": true,
  50. "readonly": true,
  51. "ref": true,
  52. "resolveComponent": true,
  53. "shallowReactive": true,
  54. "shallowReadonly": true,
  55. "shallowRef": true,
  56. "toRaw": true,
  57. "toRef": true,
  58. "toRefs": true,
  59. "toValue": true,
  60. "triggerRef": true,
  61. "unref": true,
  62. "useAttrs": true,
  63. "useCssModule": true,
  64. "useCssVars": true,
  65. "useId": true,
  66. "useModel": true,
  67. "useSlots": true,
  68. "useTemplateRef": true,
  69. "watch": true,
  70. "watchEffect": true,
  71. "watchPostEffect": true,
  72. "watchSyncEffect": true,
  73. "ElMessage": true,
  74. "ElM": true
  75. }
  76. }