Skip to content

Commit bb4fb1b

Browse files
committed
chore: lint
1 parent f96c5be commit bb4fb1b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

application/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "hello-world",
3-
"module": "index.js",
4-
"type": "module",
52
"devDependencies": {
63
"@types/bun": "latest"
74
},
5+
"module": "index.js",
6+
"name": "hello-world",
87
"peerDependencies": {
98
"typescript": "^5.0.0"
10-
}
11-
}
9+
},
10+
"type": "module"
11+
}

infra/aws-github-oidc/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
output "role_arn" {
22
value = aws_iam_role.this.arn
3-
}
3+
}

infra/repository/versions.tf

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ terraform {
99
version = "~> 6.2"
1010
}
1111
}
12+
required_version = "< 2"
1213
}
1314

1415
provider "github" {

0 commit comments

Comments
 (0)