eslint-config
eslint-config copied to clipboard
fix: use espree <template> with vue-eslint-parser
Description
Use espree with vue-eslint-parser.
First of all, need to merge the #1 in antfu/eslint-define-config
Linked Issues
For #294
This is a bit tricky, added a failing test e101408. The main issue is that Vue now does support having TS syntax inside template. Setting it to espree
would make such usage invalid
I wonder if we could disable type-aware rules in Vue template instead.