vuejs / eslint-plugin-vue

Official ESLint plugin for Vue.js
https://eslint.vuejs.org/
MIT License
4.38k stars 649 forks source link

Support MathML elements #2457

Closed mordae closed 3 weeks ago

mordae commented 1 month ago

Add support for MathML elements same way SVG elements are supported.

For context, Vue now supports MathML out-of-the-box as well: https://github.com/vuejs/core/pull/7836