epicenter icon indicating copy to clipboard operation
epicenter copied to clipboard

fix: add missing svelte-eslint-parser dependency

Open braden-w opened this issue 3 weeks ago • 0 comments

Adds the missing svelte-eslint-parser package to devDependencies. This package is imported in eslint.config.js but was not listed in package.json, causing the quality check to fail with Cannot find package 'svelte-eslint-parser'.

Changes:

  • Added svelte-eslint-parser@^1.4.0 to devDependencies in package.json
  • Updated bun.lock

This fixes the quality check failure seen in CI.

braden-w avatar Nov 12 '25 20:11 braden-w