Conversation
|
big oof 😛 |
Put `LightSwitch` into a span
|
I think you will need to merge with main for the CI checks to pass. |
|
I just have to do another commit for it to recheck it |
|
Your branch is 3 commits behind main, maybe rebase or merge main into your branch. |
|
Regarding the $app multiple import error, I think the fix in the tsconfig.json might have been wrong. Can you try removing the $app aliases in there and add "./node_modules/@sveltejs/kit/types/ambient.d.ts" to the includes array? I'm not near a PC to try right now. |
|
removing the tsconfig fix results in |
|
Please merge / rebase with master. I updated the eslint config to handle multiple $app imports. |
|
Still, we get |
|
Looks like the rule |
|
Not sure if it's both or just one of them. |
|
Yeah, we need both! 'import/no-named-as-default': 0,
'import/no-named-as-default-member': 0, |
|
Let's disable these rules for .svelte files specifically. Do you mind opening another PR? This section in the eslint config can be updated and we can remove overrides: [
{
files: ['**/*.svelte'],
parser: 'svelte-eslint-parser',
parserOptions: {
parser: '@typescript-eslint/parser',
},
rules: {
'import/no-named-as-default': 0,
'import/no-named-as-default-member': 0,
},
},
], |
|
OK, will test it and open a PR if it worked! |
|
btw, I keep getting this warning |
This adds a dropdown menu and a user avatar
Not logged

Logged in
