vue/no-undef-properties
reports invalid issues in functional components (Vue 2)
#1669
Closed
2 tasks done
Labels
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
No error, since
data
,props
andlisteners
are part of the functional component context: https://vuejs.org/v2/guide/render-function.html#Functional-ComponentsWhat actually happened?
Repository to reproduce this issue
OpenLightingProject/open-fixture-library@
debug-eslint-vue-7.20.0
/ui/components/LabeledValue.vueNote that the ESLint config file there is more elaborate than the minimal example provided in this issue.
Related issue: #1312
The text was updated successfully, but these errors were encountered: