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

lint is failing on master #416

Closed
benmccann opened this issue Mar 2, 2021 · 2 comments
Closed

lint is failing on master #416

benmccann opened this issue Mar 2, 2021 · 2 comments

Comments

@benmccann
Copy link
Member

I had looked a bit at this in my fork and wasn't quite sure what the best solution would be. It seems to have carried over to this repo

packages/kit lint$ eslint --ignore-path .gitignore "src/**/*.{ts,mjs,js,svelte}" && npm run check-format
│ packages/kit/src/api/build/index.js
│   8:20  error  Unable to resolve path to module '@sveltejs/vite-plugin-svelte'  import/no-unresolved
│ packages/kit/src/api/dev/index.js
│   15:20  error  Unable to resolve path to module '@sveltejs/vite-plugin-svelte'  import/no-unresolved
│ ✖ 2 problems (2 errors, 0 warnings)
@GrygrFlzr
Copy link
Member

Seems related (if not duplicate) of #413?

@benmccann
Copy link
Member Author

this is working now

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

2 participants