Error:
TypeError: Cannot read properties of null (reading 'range')
Occurred while linting /Users/auroratide/Projects/tmp/svelte-eslint-range-bug/src/Root.svelte:1
Rule: "indent"
What to do:
pnpm install
pnpm lint
The code that breaks this:
<Component num={num ?? 1} />
indent
rule is set in eslint config