File tree Expand file tree Collapse file tree 5 files changed +22
-10
lines changed Expand file tree Collapse file tree 5 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://biomejs.dev/schemas/2.0.6/schema.json" ,
3
- "assist" : { "actions" : { "source" : { "organizeImports" : " on" } } },
3
+ "assist" : {
4
+ "actions" : {
5
+ "source" : {
6
+ "organizeImports" : " on"
7
+ }
8
+ }
9
+ },
4
10
"linter" : {
5
11
"enabled" : true ,
6
12
"rules" : {
37
43
"files" : {
38
44
"includes" : [
39
45
" **" ,
46
+ " !**/.cache" ,
47
+ " !**/.claude" ,
48
+ " !**/.vscode" ,
49
+ " !**/.amazonq" ,
50
+ " !**/api" ,
51
+ " !**/site" ,
52
+ " !**/.devcontainer" ,
40
53
" !**/node_modules" ,
54
+ " !**/.tsbuildinfo" ,
41
55
" !**/coverage" ,
42
56
" !**/lib" ,
43
57
" !**/cdk.out" ,
Original file line number Diff line number Diff line change 2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"module" : " commonjs" ,
5
- "moduleResolution" : " node" ,
5
+ "moduleResolution" : " node"
6
6
}
7
- }
7
+ }
Original file line number Diff line number Diff line change 16
16
"forceConsistentCasingInFileNames" : true ,
17
17
"strict" : true ,
18
18
"skipLibCheck" : true ,
19
- "pretty" : true , // Enable pretty formatting for output messages.
19
+ "pretty" : true // Enable pretty formatting for output messages.
20
20
},
21
21
"files" : [],
22
22
"references" : [
54
54
"path" : " ./packages/validation"
55
55
}
56
56
]
57
- }
57
+ }
Original file line number Diff line number Diff line change 8
8
" **/*.json" ,
9
9
" examples/snippets"
10
10
]
11
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "entryPoints" : [
3
- " packages/*"
4
- ],
2
+ "entryPoints" : [" packages/*" ],
5
3
"entryPointStrategy" : " packages" ,
6
4
"name" : " Powertools for AWS Lambda (Typescript) API Reference" ,
7
5
"readme" : " README.md" ,
23
21
"inherited" : true ,
24
22
"external" : true
25
23
}
26
- }
24
+ }
You can’t perform that action at this time.
0 commit comments