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
Ideally, no eslint errors. But since this can be a really big change, we can atleast start by letting eslint know that there will be typescript code in the project by using the eslint-typescript plugin.
Screenshots
Is the faced issue/bug related to the Vue simulator?
Yes
Used Vue simulator with or without backend?
Without Backend
Is the bug present only on the dev server, the build, or both?
Dev Server Only
Device Information
OS: Arch Linux
Browser: Chrome
Version: 130.0.6723.91 (Official Build) (64-bit)
Additional Context
My first approach to solve this issue would be to add the eslint-typescript plugin to allow eslint to recognize typescript. There's also some globalVariables involved so there must be a global declaration file global.d.ts which declares the types for the appropriate global variables. I don't know what is the status of adopting typescript in this project is, but things seem to be all over the place with variables with any declarations and js being used at various places. This issue may just be redundant as this may be something which goes rather deep, but I can atleast start clearing the top of the rabbithole and do my part. Thanks
Are you working on this issue?
Yes
The text was updated successfully, but these errors were encountered:
Hey @niladrix719
I just opened a PR. Let me know if anything seems out of place. I'll be more than happy to go back and forth till our requirements are met. 😄
Thanks
Is there an existing issue for this?
Describe the bug
Steps to Reproduce
package.json
to not write any changes and to include typescript files -npm run lint
Expected Behavior
Ideally, no eslint errors. But since this can be a really big change, we can atleast start by letting eslint know that there will be typescript code in the project by using the eslint-typescript plugin.
Screenshots
Is the faced issue/bug related to the Vue simulator?
Yes
Used Vue simulator with or without backend?
Without Backend
Is the bug present only on the dev server, the build, or both?
Dev Server Only
Device Information
Additional Context
My first approach to solve this issue would be to add the eslint-typescript plugin to allow eslint to recognize typescript. There's also some
globalVariables
involved so there must be a global declaration fileglobal.d.ts
which declares the types for the appropriate global variables. I don't know what is the status of adopting typescript in this project is, but things seem to be all over the place with variables with any declarations and js being used at various places. This issue may just be redundant as this may be something which goes rather deep, but I can atleast start clearing the top of the rabbithole and do my part. ThanksAre you working on this issue?
Yes
The text was updated successfully, but these errors were encountered: