.eslintrc-auto-import.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "globals": {
  3. "Component": true,
  4. "ComponentPublicInstance": true,
  5. "ComputedRef": true,
  6. "EffectScope": true,
  7. "ExtractDefaultPropTypes": true,
  8. "ExtractPropTypes": true,
  9. "ExtractPublicPropTypes": true,
  10. "InjectionKey": true,
  11. "PropType": true,
  12. "Ref": true,
  13. "VNode": true,
  14. "WritableComputedRef": true,
  15. "computed": true,
  16. "createApp": true,
  17. "customRef": true,
  18. "defineAsyncComponent": true,
  19. "defineComponent": true,
  20. "effectScope": true,
  21. "getCurrentInstance": true,
  22. "getCurrentScope": true,
  23. "h": true,
  24. "inject": true,
  25. "isProxy": true,
  26. "isReactive": true,
  27. "isReadonly": true,
  28. "isRef": true,
  29. "markRaw": true,
  30. "nextTick": true,
  31. "onActivated": true,
  32. "onAddToFavorites": true,
  33. "onBackPress": true,
  34. "onBeforeMount": true,
  35. "onBeforeUnmount": true,
  36. "onBeforeUpdate": true,
  37. "onDeactivated": true,
  38. "onError": true,
  39. "onErrorCaptured": true,
  40. "onHide": true,
  41. "onLaunch": true,
  42. "onLoad": true,
  43. "onMounted": true,
  44. "onNavigationBarButtonTap": true,
  45. "onNavigationBarSearchInputChanged": true,
  46. "onNavigationBarSearchInputClicked": true,
  47. "onNavigationBarSearchInputConfirmed": true,
  48. "onNavigationBarSearchInputFocusChanged": true,
  49. "onPageNotFound": true,
  50. "onPageScroll": true,
  51. "onPullDownRefresh": true,
  52. "onReachBottom": true,
  53. "onReady": true,
  54. "onRenderTracked": true,
  55. "onRenderTriggered": true,
  56. "onResize": true,
  57. "onScopeDispose": true,
  58. "onServerPrefetch": true,
  59. "onShareAppMessage": true,
  60. "onShareTimeline": true,
  61. "onShow": true,
  62. "onTabItemTap": true,
  63. "onThemeChange": true,
  64. "onUnhandledRejection": true,
  65. "onUnload": true,
  66. "onUnmounted": true,
  67. "onUpdated": true,
  68. "provide": true,
  69. "reactive": true,
  70. "readonly": true,
  71. "ref": true,
  72. "resolveComponent": true,
  73. "shallowReactive": true,
  74. "shallowReadonly": true,
  75. "shallowRef": true,
  76. "toRaw": true,
  77. "toRef": true,
  78. "toRefs": true,
  79. "toValue": true,
  80. "triggerRef": true,
  81. "unref": true,
  82. "useAttrs": true,
  83. "useCssModule": true,
  84. "useCssVars": true,
  85. "useRequest": true,
  86. "useSlots": true,
  87. "useUpload": true,
  88. "useUpload2": true,
  89. "watch": true,
  90. "watchEffect": true,
  91. "watchPostEffect": true,
  92. "watchSyncEffect": true
  93. }
  94. }