fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.2k stars 739 forks source link

Add preset "vue-eslint-parser + @typescript-eslint/parser" #615

Open FloEdelmann opened 3 years ago

FloEdelmann commented 3 years ago

The Vue ESLint parser can work together with the TypeScript ESLint parser, see https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser

Would it be possible to add a new preset with these two, so ASTExplorer can help improving the Vue + TypeScript compatibility in the respective ESLint plugins?