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 a SvelteKit namespace for app-level types (#3569) #3670

Merged
merged 14 commits into from
Feb 2, 2022
Prev Previous commit
Next Next commit
shut up eslint no-one likes you
  • Loading branch information
Rich-Harris committed Feb 1, 2022
commit a091afa4ec92be69be6b5bb3c7b9f71752d023cf
3 changes: 3 additions & 0 deletions packages/kit/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"prefetchRoutes": true,
"beforeNavigate": true,
"afterNavigate": true
},
"rules": {
"@typescript-eslint/no-empty-interface": "off"
}
}