chore: lint vercel files - #16487
Conversation
|
Install the latest version of pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/51458c44c2d571840a1b163eee64e91887d5953bOpen in |
|
Rich-Harris
left a comment
There was a problem hiding this comment.
it's the equivalent of the generated files in e.g. adapter-netlify or -cloudflare, the difference being that in those cases files is generated from src. So I think it's probably best to keep it like this
The Vercel server handler files are in a
filesdirectory. This directory is where bundled output goes into for all the other adapter packages except for the Vercel adapter. As a result, it was accidentally included in the eslint ignore list.This PR changes that so it's no longer ignored (alternatively, we should just rename it as
src/?)