@@ -109,6 +109,9 @@ describe('@nx/eslint/plugin', () => {
109
109
"options": {
110
110
"cwd": ".",
111
111
},
112
+ "outputs": [
113
+ "{options.outputFile}",
114
+ ],
112
115
},
113
116
},
114
117
},
@@ -178,6 +181,9 @@ describe('@nx/eslint/plugin', () => {
178
181
"options": {
179
182
"cwd": "apps/my-app",
180
183
},
184
+ "outputs": [
185
+ "{options.outputFile}",
186
+ ],
181
187
},
182
188
},
183
189
},
@@ -216,6 +222,9 @@ describe('@nx/eslint/plugin', () => {
216
222
"options": {
217
223
"cwd": "apps/my-app",
218
224
},
225
+ "outputs": [
226
+ "{options.outputFile}",
227
+ ],
219
228
},
220
229
},
221
230
},
@@ -326,6 +335,9 @@ describe('@nx/eslint/plugin', () => {
326
335
"options": {
327
336
"cwd": "apps/my-app",
328
337
},
338
+ "outputs": [
339
+ "{options.outputFile}",
340
+ ],
329
341
},
330
342
},
331
343
},
@@ -348,6 +360,9 @@ describe('@nx/eslint/plugin', () => {
348
360
"options": {
349
361
"cwd": "libs/my-lib",
350
362
},
363
+ "outputs": [
364
+ "{options.outputFile}",
365
+ ],
351
366
},
352
367
},
353
368
},
@@ -430,6 +445,9 @@ describe('@nx/eslint/plugin', () => {
430
445
"options": {
431
446
"cwd": "apps/my-app",
432
447
},
448
+ "outputs": [
449
+ "{options.outputFile}",
450
+ ],
433
451
},
434
452
},
435
453
},
@@ -453,6 +471,9 @@ describe('@nx/eslint/plugin', () => {
453
471
"options": {
454
472
"cwd": "libs/my-lib",
455
473
},
474
+ "outputs": [
475
+ "{options.outputFile}",
476
+ ],
456
477
},
457
478
},
458
479
},
@@ -493,6 +514,9 @@ describe('@nx/eslint/plugin', () => {
493
514
"options": {
494
515
"cwd": "apps/myapp",
495
516
},
517
+ "outputs": [
518
+ "{options.outputFile}",
519
+ ],
496
520
},
497
521
},
498
522
},
@@ -538,6 +562,9 @@ describe('@nx/eslint/plugin', () => {
538
562
"options": {
539
563
"cwd": "apps/myapp/nested/mylib",
540
564
},
565
+ "outputs": [
566
+ "{options.outputFile}",
567
+ ],
541
568
},
542
569
},
543
570
},
0 commit comments