Commit cc6dfc5
fix: add eslint-plugin-jest to root devDependencies
The @backstage/cli eslint-factory config references plugin:jest/recommended,
but eslint-plugin-jest was nested inside @backstage/cli/node_modules/ and not
hoisted to the root. Adding it to root devDependencies ensures ESLint can
resolve it from packages/backend/ and packages/app/.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b79dbb1 commit cc6dfc5
2 files changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18482 | 18482 | | |
18483 | 18483 | | |
18484 | 18484 | | |
| 18485 | + | |
| 18486 | + | |
| 18487 | + | |
| 18488 | + | |
| 18489 | + | |
| 18490 | + | |
| 18491 | + | |
| 18492 | + | |
| 18493 | + | |
| 18494 | + | |
| 18495 | + | |
| 18496 | + | |
| 18497 | + | |
| 18498 | + | |
| 18499 | + | |
| 18500 | + | |
| 18501 | + | |
| 18502 | + | |
18485 | 18503 | | |
18486 | 18504 | | |
18487 | 18505 | | |
| |||
29297 | 29315 | | |
29298 | 29316 | | |
29299 | 29317 | | |
| 29318 | + | |
29300 | 29319 | | |
29301 | 29320 | | |
29302 | 29321 | | |
| |||
0 commit comments