Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLint complains when using export names from package.json #3016

Open
esheyw opened this issue Jan 12, 2025 · 0 comments
Open

ESLint complains when using export names from package.json #3016

esheyw opened this issue Jan 12, 2025 · 0 comments

Comments

@esheyw
Copy link
Collaborator

esheyw commented Jan 12, 2025

Trying to do

import type { T } from "fvtt-types/utils"
// or
import "fvtt-types/worker"

makes ESLint complain about the lack of extension, necessitating a // eslint-disable-next-line import/extensions. I'm not sure what effects disabling the rule might have on the rest of the repo, if any, but it should be considered if we're going to be using the export names more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant