vuejs / vue-eslint-parser

The ESLint custom parser for `.vue` files.
MIT License
435 stars 74 forks source link

Add `vueFeatures.customMacros` option #194

Closed ota-meshi closed 1 year ago

ota-meshi commented 1 year ago

This PR adds a new option to make the scope manager aware of non-standard macros. I believe it can also be used for defineModel.

related to #186