File tree 12 files changed +3
-34
lines changed
12 files changed +3
-34
lines changed Original file line number Diff line number Diff line change 18
18
"test:e2e" : " jest --group=e2e" ,
19
19
"createLayerFolder" : " cdk synth --context BuildFromLocal=true"
20
20
},
21
- "lint-staged" : {
22
- "*.{js,ts}" : " npm run lint-fix"
23
- },
21
+
24
22
"repository" : {
25
23
"type" : " git" ,
26
24
"url" : " git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
Original file line number Diff line number Diff line change 75
75
"typescript" : " ^5.4.5"
76
76
},
77
77
"lint-staged" : {
78
+ "*.{js,ts}" : " eslint --fix" ,
78
79
"*.md" : " markdownlint-cli2 --fix"
79
80
},
80
81
"engines" : {
81
82
"node" : " >=16"
82
83
}
83
- }
84
+ }
Original file line number Diff line number Diff line change 25
25
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
26
26
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
27
27
},
28
- "lint-staged" : {
29
- "*.{js,ts}" : " npm run lint-fix"
30
- },
31
28
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/batch#readme" ,
32
29
"license" : " MIT-0" ,
33
30
"type" : " module" ,
Original file line number Diff line number Diff line change 23
23
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
24
24
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
25
25
},
26
- "lint-staged" : {
27
- "*.{js,ts}" : " npm run lint-fix"
28
- },
29
26
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/commons#readme" ,
30
27
"license" : " MIT-0" ,
31
28
"type" : " module" ,
Original file line number Diff line number Diff line change 25
25
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
26
26
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
27
27
},
28
- "lint-staged" : {
29
- "*.{js,ts}" : " npm run lint-fix"
30
- },
31
28
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/idempotency#readme" ,
32
29
"license" : " MIT-0" ,
33
30
"type" : " module" ,
Original file line number Diff line number Diff line change 22
22
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
23
23
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
24
24
},
25
- "lint-staged" : {
26
- "*.{js,ts}" : " npm run lint-fix"
27
- },
28
25
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript" ,
29
26
"license" : " MIT-0" ,
30
27
"type" : " module" ,
Original file line number Diff line number Diff line change 25
25
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
26
26
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
27
27
},
28
- "lint-staged" : {
29
- "*.{js,ts}" : " npm run lint-fix"
30
- },
31
28
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/logger#readme" ,
32
29
"license" : " MIT-0" ,
33
30
"type" : " module" ,
Original file line number Diff line number Diff line change 24
24
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
25
25
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
26
26
},
27
- "lint-staged" : {
28
- "*.{js,ts}" : " npm run lint-fix"
29
- },
30
27
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/metrics#readme" ,
31
28
"license" : " MIT-0" ,
32
29
"type" : " module" ,
Original file line number Diff line number Diff line change 25
25
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
26
26
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
27
27
},
28
- "lint-staged" : {
29
- "*.{js,ts}" : " npm run lint-fix"
30
- },
31
28
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/parameters#readme" ,
32
29
"license" : " MIT-0" ,
33
30
"type" : " module" ,
Original file line number Diff line number Diff line change 21
21
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
22
22
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
23
23
},
24
- "lint-staged" : {
25
- "*.{js,ts}" : " npm run lint-fix"
26
- },
27
24
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/parser#readme" ,
28
25
"license" : " MIT-0" ,
29
26
"type" : " module" ,
Original file line number Diff line number Diff line change 20
20
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
21
21
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
22
22
},
23
- "lint-staged" : {
24
- "*.{js,ts}" : " npm run lint-fix"
25
- },
26
23
"repository" : {
27
24
"type" : " git" ,
28
25
"url" : " git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
Original file line number Diff line number Diff line change 25
25
"lint-fix" : " eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern ." ,
26
26
"prepack" : " node ../../.github/scripts/release_patch_package_json.js ."
27
27
},
28
- "lint-staged" : {
29
- "*.{js,ts}" : " npm run lint-fix"
30
- },
31
28
"homepage" : " https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/tracer#readme" ,
32
29
"license" : " MIT-0" ,
33
30
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments