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 env to eslint config #722

Merged
merged 2 commits into from
Mar 27, 2021
Merged

Add env to eslint config #722

merged 2 commits into from
Mar 27, 2021

Conversation

dummdidumm
Copy link
Member

Else it will complain about uses of console.log etc. Added node/browser/es2017 for the 90% use case. Fixes sveltejs/language-tools#918

Simon Holthausen added 2 commits March 27, 2021 18:47
Else it will complain about uses of console.log etc. Added node/browser/es2017 for the 90% use case. Fixes sveltejs/language-tools#918
@vercel
Copy link

vercel bot commented Mar 27, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/sveltejs/kit/6WixUNxYXrwqYw2XKQV3migbn673
✅ Preview: Canceled

@dummdidumm dummdidumm merged commit df380e6 into master Mar 27, 2021
@dummdidumm dummdidumm deleted the eslint-env branch March 27, 2021 17:51
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.

console and Promise reported as not defined
1 participant