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

Add main to work around eslint-plugin-import issues #14

Merged
merged 1 commit into from
Jul 20, 2021

Conversation

benmccann
Copy link
Contributor

@benmccann benmccann commented Jul 20, 2021

Svelte can't upgrade periscopic due to import-js/eslint-plugin-import#2132, import-js/eslint-plugin-import#1868, import-js/eslint-plugin-import#1810

Alternatively, I could either add eslint ignores everywhere or disable that plugin. Disabling the plugin might not be the worst idea since I'd expect TypeScript to find missing imports, but that won't really work since SvelteKit and Svelte share a config and SvelteKit doesn't use TypeScript. Anyway, this seems easy enough and doesn't seem like a terribly bad idea since module isn't listed in the official package.json spec (https://docs.npmjs.com/cli/v7/configuring-npm/package-json)

@Rich-Harris Rich-Harris merged commit 5954fc1 into Rich-Harris:master Jul 20, 2021
@benmccann benmccann deleted the patch-1 branch July 20, 2021 23:46
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

Successfully merging this pull request may close these issues.

2 participants