Skip to content

Commit 331cd52

Browse files
CopilotApollon77
andcommitted
Add missing fields to create-adapter config files for non-interactive creation
Co-authored-by: Apollon77 <[email protected]>
1 parent 4960971 commit 331cd52

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

test/adapters/test-js.create-adapter.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
"language": "JavaScript",
2323
"nodeVersion": "20",
2424
"adminUi": "json",
25+
"tabReact": "no",
26+
"eslintConfig": "official",
2527
"tools": [
26-
"ESLint",
27-
"type checking"
28+
"ESLint"
2829
],
2930
"releaseScript": "no",
3031
"devServer": "no",
@@ -40,5 +41,5 @@
4041
"defaultBranch": "main",
4142
"license": "MIT License",
4243
"dependabot": "yes",
43-
"creatorVersion": "2.6.5"
44+
"creatorVersion": "3.0.0"
4445
}

test/adapters/test-pure-ts.create-adapter.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
"language": "TypeScript (without build)",
2525
"nodeVersion": "20",
2626
"adminUi": "json",
27+
"tabReact": "no",
28+
"eslintConfig": "official",
2729
"tools": [
28-
"ESLint",
29-
"type checking"
30+
"ESLint"
3031
],
3132
"releaseScript": "no",
3233
"devServer": "no",
@@ -42,5 +43,5 @@
4243
"defaultBranch": "main",
4344
"license": "MIT License",
4445
"dependabot": "yes",
45-
"creatorVersion": "2.6.5"
46+
"creatorVersion": "3.0.0"
4647
}

test/adapters/test-ts.create-adapter.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"language": "TypeScript",
2424
"nodeVersion": "20",
2525
"adminUi": "json",
26+
"tabReact": "no",
27+
"eslintConfig": "official",
2628
"tools": [
27-
"ESLint",
28-
"type checking"
29+
"ESLint"
2930
],
3031
"releaseScript": "no",
3132
"devServer": "no",
@@ -41,5 +42,5 @@
4142
"defaultBranch": "main",
4243
"license": "MIT License",
4344
"dependabot": "yes",
44-
"creatorVersion": "2.6.5"
45+
"creatorVersion": "3.0.0"
4546
}

0 commit comments

Comments
 (0)