chore: add eslint rule to forbid relative imports to src/exports from src/runtime#14510
chore: add eslint rule to forbid relative imports to src/exports from src/runtime#14510dummdidumm merged 1 commit intomainfrom
Conversation
… src/runtime So that bugs that e.g. #14506 had to fix don't happen again
|
| "checkJs": true, | ||
| "noEmit": true | ||
| "noEmit": true, | ||
| "module": "ESNext", |
There was a problem hiding this comment.
are these tsconfig changes safe or could they cause dts buddy output changes or other shenanigans that require changesets?
There was a problem hiding this comment.
This the root TS config which isn't used for any of the packages, it's purely internal; if there were DTS buddy changes due to this CI would fail
… src/runtime (sveltejs#14510) So that bugs that e.g. sveltejs#14506 had to fix don't happen again
So that bugs that e.g. #14506 had to fix don't happen again