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
{{ message }}
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
Currently I'm using eslint for code lint, basically auto set up by command npm init @eslint/config, but it keep saying like import type {xxx} from xxx is wrong syntax. I tried also @barbel/eslint-parser, it would only cause more errors. I'm not familiar with both typescript and eslint setup, do anyone got any ideas on this?
Currently I'm using eslint for code lint, basically auto set up by command
npm init @eslint/config
, but it keep saying likeimport type {xxx} from xxx
is wrong syntax. I tried also @barbel/eslint-parser, it would only cause more errors. I'm not familiar with both typescript and eslint setup, do anyone got any ideas on this?eslint.config.js
:npm run lint
output:dependicies versions:
The text was updated successfully, but these errors were encountered: