Commit 57964fe
committed
package.json: explicitly add the
This is needed allow `npm run lint` to run again after the Jest version
bump switched us over to a flat ESLint configuration that assumes the
shared globals catalog is available. Without explicitly declaring that
package, `npm run lint` fails because Node cannot resolve the import
inside `eslint.config.mjs`.
Assisted-by: GPT-5-Codex
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>globals dev dependency1 parent 09de9e5 commit 57964fe
2 files changed
+21
-18
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments