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

Update to typescript eslint v6 #500

Merged
merged 5 commits into from
Dec 3, 2023
Merged

Update to typescript eslint v6 #500

merged 5 commits into from
Dec 3, 2023

Conversation

lachlancollins
Copy link
Collaborator

Changes:

  • Bumped @typescript-eslint/eslint-plugin and @typescript-eslint/parser to v6.12.0
  • Updated other eslint plugins
  • Updated .eslintrc.cjs as described on the v5 to v6 blog
  • Disabled two new rules included by plugin:@typescript-eslint/stylistic that weren't enabled previously and were now failing
  • Added @ts-check comment to get type warnings in IDE
  • Added .eslintignore (necessary because when TS eslint tries to run type rules against files not included in tsconfig.json, it causes an error - this included the scripts files, svelte.config.js and vite.config.js)

Copy link

netlify bot commented Nov 23, 2023

Deploy Preview for sveltesociety-preview ready!

Name Link
🔨 Latest commit 91e9057
🔍 Latest deploy log https://app.netlify.com/sites/sveltesociety-preview/deploys/656441ed1fdffb00086e4bca
😎 Deploy Preview https://deploy-preview-500--sveltesociety-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

.eslintignore Outdated Show resolved Hide resolved
@MacFJA MacFJA merged commit 642fc97 into svelte-society:main Dec 3, 2023
5 checks passed
@lachlancollins lachlancollins deleted the update-ts-eslint branch December 3, 2023 22:43
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