.eslintrc-auto-import.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "ay": true,
  16. "computed": true,
  17. "config": true,
  18. "createApp": true,
  19. "customRef": true,
  20. "defineAsyncComponent": true,
  21. "defineComponent": true,
  22. "effectScope": true,
  23. "enums": 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. "onAddToFavorites": true,
  36. "onBackPress": true,
  37. "onBeforeMount": true,
  38. "onBeforeUnmount": true,
  39. "onBeforeUpdate": true,
  40. "onDeactivated": true,
  41. "onError": true,
  42. "onErrorCaptured": true,
  43. "onHide": true,
  44. "onLaunch": true,
  45. "onLoad": true,
  46. "onMounted": true,
  47. "onNavigationBarButtonTap": true,
  48. "onNavigationBarSearchInputChanged": true,
  49. "onNavigationBarSearchInputClicked": true,
  50. "onNavigationBarSearchInputConfirmed": true,
  51. "onNavigationBarSearchInputFocusChanged": true,
  52. "onPageNotFound": true,
  53. "onPageScroll": true,
  54. "onPullDownRefresh": true,
  55. "onReachBottom": true,
  56. "onReady": true,
  57. "onRenderTracked": true,
  58. "onRenderTriggered": true,
  59. "onResize": true,
  60. "onScopeDispose": true,
  61. "onServerPrefetch": true,
  62. "onShareAppMessage": true,
  63. "onShareTimeline": true,
  64. "onShow": true,
  65. "onTabItemTap": true,
  66. "onThemeChange": true,
  67. "onUnhandledRejection": true,
  68. "onUnload": true,
  69. "onUnmounted": true,
  70. "onUpdated": true,
  71. "provide": true,
  72. "reactive": true,
  73. "readonly": true,
  74. "ref": true,
  75. "resolveComponent": true,
  76. "shallowReactive": true,
  77. "shallowReadonly": true,
  78. "shallowRef": true,
  79. "store": true,
  80. "toRaw": true,
  81. "toRef": true,
  82. "toRefs": true,
  83. "toValue": true,
  84. "triggerRef": true,
  85. "unref": true,
  86. "useAttrs": true,
  87. "useCssModule": true,
  88. "useCssVars": true,
  89. "useSlots": true,
  90. "watch": true,
  91. "watchEffect": true,
  92. "watchPostEffect": true,
  93. "watchSyncEffect": true,
  94. "webapi": true,
  95. "func": true,
  96. "aop": true
  97. }
  98. }