Closed userquin closed 1 week ago
Thanks!
This PR doesn't fix anything about v-t logic in the directives plugin: v-t cannot be used (ignored/error?)
This PR cannot solve the root issue of #402, but as a workaround, this PR is effective. This PR will allow us to build it so it will no longer be blocked. So I would like to merge it and release it as a patch.
By the way, solving the root cause of #402 will take some time. I have a conference talk coming up at the end of this month, so it will be some time before I can resolve that.
This PR includes the following changes in the
directives
plugin:pug
,jsx
andtsx
(we cannot parse those languages with@typescript-eslint/typescript-estree
)excludeLangs
array containing previous languages to allow add more when requiredThis PR doesn't fix anything about
v-t
logic in thedirectives
plugin:v-t
cannot be used (ignored/error?)resolves #402