File tree 4 files changed +1
-51
lines changed
4 files changed +1
-51
lines changed Original file line number Diff line number Diff line change 13
13
" Anson" ,
14
14
" apexskier" ,
15
15
" attw" ,
16
- " automerge" ,
17
16
" boop" ,
18
17
" dbaeumer" ,
19
18
" infile" ,
22
21
" mshick" ,
23
22
" mtfoley" ,
24
23
" npmjs" ,
25
- " stefanzweifel" ,
26
- " tseslint"
24
+ " stefanzweifel"
27
25
]
28
26
}
Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ describe("blockESLint", () => {
13
13
expect ( creation ) . toMatchInlineSnapshot ( `
14
14
{
15
15
"addons": [
16
- {
17
- "addons": {
18
- "words": [
19
- "tseslint",
20
- ],
21
- },
22
- "block": [Function],
23
- },
24
16
{
25
17
"addons": {
26
18
"sections": {
@@ -142,14 +134,6 @@ describe("blockESLint", () => {
142
134
expect ( creation ) . toMatchInlineSnapshot ( `
143
135
{
144
136
"addons": [
145
- {
146
- "addons": {
147
- "words": [
148
- "tseslint",
149
- ],
150
- },
151
- "block": [Function],
152
- },
153
137
{
154
138
"addons": {
155
139
"sections": {
@@ -340,14 +324,6 @@ describe("blockESLint", () => {
340
324
expect ( creation ) . toMatchInlineSnapshot ( `
341
325
{
342
326
"addons": [
343
- {
344
- "addons": {
345
- "words": [
346
- "tseslint",
347
- ],
348
- },
349
- "block": [Function],
350
- },
351
327
{
352
328
"addons": {
353
329
"sections": {
@@ -484,14 +460,6 @@ describe("blockESLint", () => {
484
460
expect ( creation ) . toMatchInlineSnapshot ( `
485
461
{
486
462
"addons": [
487
- {
488
- "addons": {
489
- "words": [
490
- "tseslint",
491
- ],
492
- },
493
- "block": [Function],
494
- },
495
463
{
496
464
"addons": {
497
465
"sections": {
@@ -618,14 +586,6 @@ describe("blockESLint", () => {
618
586
expect ( creation ) . toMatchInlineSnapshot ( `
619
587
{
620
588
"addons": [
621
- {
622
- "addons": {
623
- "words": [
624
- "tseslint",
625
- ],
626
- },
627
- "block": [Function],
628
- },
629
589
{
630
590
"addons": {
631
591
"sections": {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { z } from "zod";
5
5
6
6
import { base } from "../base.js" ;
7
7
import { getPackageDependencies } from "../data/packageData.js" ;
8
- import { blockCSpell } from "./blockCSpell.js" ;
9
8
import { blockDevelopmentDocs } from "./blockDevelopmentDocs.js" ;
10
9
import { blockGitHubActionsCI } from "./blockGitHubActionsCI.js" ;
11
10
import { blockPackageJson } from "./blockPackageJson.js" ;
@@ -132,9 +131,6 @@ export const blockESLint = base.createBlock({
132
131
133
132
return {
134
133
addons : [
135
- blockCSpell ( {
136
- words : [ "tseslint" ] ,
137
- } ) ,
138
134
blockDevelopmentDocs ( {
139
135
sections : {
140
136
Linting : {
Original file line number Diff line number Diff line change 1
1
import { base } from "../base.js" ;
2
- import { blockCSpell } from "./blockCSpell.js" ;
3
2
import { blockGitHubApps } from "./blockGitHubApps.js" ;
4
3
5
4
export const blockRenovate = base . createBlock ( {
@@ -9,9 +8,6 @@ export const blockRenovate = base.createBlock({
9
8
produce ( ) {
10
9
return {
11
10
addons : [
12
- blockCSpell ( {
13
- words : [ "automerge" ] ,
14
- } ) ,
15
11
blockGitHubApps ( {
16
12
apps : [
17
13
{
You can’t perform that action at this time.
0 commit comments