Skip to content

Commit b537565

Browse files
committed
chore: dep update
Signed-off-by: will Farrell <[email protected]>
1 parent 8ce12c1 commit b537565

File tree

116 files changed

+8296
-8288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+8296
-8288
lines changed

biome.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",
66
"useIgnoreFile": false
77
},
88
"files": {
9-
"ignoreUnknown": false,
10-
"ignore": []
9+
"ignoreUnknown": false
1110
},
1211
"formatter": {
1312
"enabled": true,
1413
"indentStyle": "tab"
1514
},
16-
"organizeImports": {
17-
"enabled": true
18-
},
1915
"linter": {
2016
"enabled": true,
2117
"rules": {
2218
"recommended": true,
2319
"complexity": {
2420
"noBannedTypes": "off"
2521
},
22+
"correctness": {
23+
"noUnusedFunctionParameters": "off"
24+
},
2625
"suspicious": {
2726
"noExplicitAny": "off"
2827
}
@@ -32,5 +31,13 @@
3231
"formatter": {
3332
"quoteStyle": "double"
3433
}
34+
},
35+
"assist": {
36+
"enabled": true,
37+
"actions": {
38+
"source": {
39+
"organizeImports": "on"
40+
}
41+
}
3542
}
3643
}

llrt/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import middy from "@middy/core";
2+
23
// import appconfigMiddleware from '@middy/appconfig'
34
// import cloudwatchMetricsMiddleware from '@middy/cloudwatch-metrics'
45
// import doNotWaitForEmptyEventLoopMiddleware from '@middy/do-not-wait-for-empty-event-loop'

0 commit comments

Comments
 (0)