cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

eslint-plugin-import issues working with Svelte #36

Closed Metehan-Altuntekin closed 1 year ago

Metehan-Altuntekin commented 1 year ago

Description:

Use of special paths like $lib/ is throwing errors with eslint-plugin-import in Svelte projects, both in *.svelte and *.ts files.

Related:

Tried:

Suggested:

Simply removing eslint-plugin-import seems to be the easiest solution. It will cost securing the imports but I don't think it's a bigger problem than the current issue.