Skip to content

feat: Add .vercel to eslint addon ignores #334

@ieedan

Description

@ieedan

The @sveltejs/adapter-vercel defaults it's output to .vercel in the root of the project. The current ignore rules don't ignore this.

Current:

const ignoresConfig = object.create({
	ignores: common.expressionFromString('["build/", ".svelte-kit/", "dist/"]')
});

Happy to fill out a PR if this makes sense to add!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpkg:addsv add

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions