diff --git a/.changeset/republish-eslint-config.md b/.changeset/republish-eslint-config.md new file mode 100644 index 0000000..dfb60b3 --- /dev/null +++ b/.changeset/republish-eslint-config.md @@ -0,0 +1,5 @@ +--- +'@eventuras/eslint-config': patch +--- + +Republish with runtime packages declared as `dependencies`. The npm 1.0.3 tarball was published from the eventuras monorepo with everything in `devDependencies`, so consumers under pnpm's strict isolation fail to resolve `@eslint/js` and the other plugins at lint time. The corrected manifest has been sitting unpublished in this repo because the version was never bumped past the already-published 1.0.3.