#Prefer non-relative imports
3 messages · Page 1 of 1 (latest)
You can use biome to make sure the import format you want is used
Thanks @formal light! I've seen Biome's docs — it looks good, but I’m not considering it for my current project. I’ll try it in the next one. Currently, I use ESLint with Prettier. I tried to configure the ESLint import plugin for Astro files, but it didn’t work — only for TSX and TS files.