TypeScript support #681
-
The project I'm trying to lint with Vale is using TypeScript. The source files have a
but this doesn't seem to work - the output is always "✔ 0 errors, 0 warnings and 0 suggestions in N files." Is there anything else I should do to lint TypeScript files with Vale? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The docs were a bit outdated on this (now updated); Vale actually has built-in support for TypeScript ( So, I'm not sure what's going on here. Could you share the rest of your |
Beta Was this translation helpful? Give feedback.
-
Thanks, Joseph, here it is - it's pretty basic as we're just starting to implement it using the available packages, with no customizations yet:
I'm trying to run it for the CKEditor 5 project - If the extension is changed from |
Beta Was this translation helpful? Give feedback.
Can you try removing the format assignment
entirely?