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
Hi, first of all really thank you for sharing quick-start with electron-vite. It is awesome!
By the way, I come across with a warning regarding typescript. Actually it is not a bug but kind of a question related to your project.
Situation
(base) ➜ electron-vite-boilerplate git:(main) DEBUG=typescript-eslint:* yarn lint
yarn run v1.22.21
$ eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix
=============
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0
YOUR TYPESCRIPT VERSION: 5.6.2
Please only submit bug reports when using the officially supported version.
=============
SeungrokYoon
changed the title
[Question] typescript-eslint does not support typescript version ^5.5.2
[Question] typescript-eslint does not support typescript version ^5.6.2
Sep 27, 2024
SeungrokYoon
changed the title
[Question] typescript-eslint does not support typescript version ^5.6.2
[Question] typescript-eslint does not support typescript version 5.6.2
Sep 27, 2024
Describe the bug
Hi, first of all really thank you for sharing quick-start with electron-vite. It is awesome!
By the way, I come across with a warning regarding typescript. Actually it is not a bug but kind of a question related to your project.
Situation
Reproduction
Run lint script
In package.json, "
typescript": "^5.5.2"
. However, the installed typescript version is 5.6.2.Attempts to fix the problem
Install lower version of typescript.
After attempts
No more warnings occur.
Remaining Question
I know there is a eslint-typescript version policy TypeScript version policy
However, I wonder why version 5.6.2 version was being used. Is there any knowledge that I currently miss to fully understand the situation?
I am quite a new to web-dev so please be generous even if my question sounds so basic.
Thank you and have a nice day!
Used Scaffolding
create-electron
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: