You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then the rules start to get applied to .vue files, which use Typescript. It seems like extensions aren't taken into account when it comes to applying ts rules (doesn't fall under the condition of isTypescript which only takes into account TYPESCRIPT_EXTENSION), my expectation was to be able to include .vue files as ts files somehow.
Any ideas on how to solve this issue? This is my current configuration:
I am integrating XO to a Vue Project and I'm having a hard time trying to apply ts rules under
.vue
files.Inside XO, If I update this constant:
to that:
Then the rules start to get applied to
.vue
files, which use Typescript. It seems likeextensions
aren't taken into account when it comes to applying ts rules (doesn't fall under the condition ofisTypescript
which only takes into accountTYPESCRIPT_EXTENSION
), my expectation was to be able to include.vue
files as ts files somehow.Any ideas on how to solve this issue? This is my current configuration:
The text was updated successfully, but these errors were encountered: