File tree Expand file tree Collapse file tree 8 files changed +24
-10
lines changed Expand file tree Collapse file tree 8 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 5
5
"extends" : [
6
6
" eslint:recommended" ,
7
7
" plugin:import/recommended" ,
8
+ " plugin:sort-export-all/recommended" ,
8
9
" plugin:@typescript-eslint/recommended"
9
10
],
10
11
"rules" : {
Original file line number Diff line number Diff line change 52
52
"aws-sdk" : " 2.1563.0" ,
53
53
"eslint" : " ^8.57.0" ,
54
54
"eslint-plugin-import" : " ^2.29.1" ,
55
+ "eslint-plugin-sort-export-all" : " ^1.4.1" ,
55
56
"lint-staged" : " ^15.2.2" ,
56
57
"prettier" : " 3.2.5" ,
57
58
"simple-git-hooks" : " ^2.11.0" ,
Original file line number Diff line number Diff line change 1
1
export * from "./addEmptyObjectForUndefined" ;
2
- export * from "./addNotSupportedComments" ;
3
2
export * from "./addNotSupportedClientComments" ;
3
+ export * from "./addNotSupportedComments" ;
4
+ export * from "./getClientIdentifiersRecord" ;
4
5
export * from "./getClientWaiterStates" ;
5
- export * from "./getV3ClientWaiterApiName " ;
6
+ export * from "./getCommandName " ;
6
7
export * from "./getS3SignedUrlApiNames" ;
8
+ export * from "./getV3ClientWaiterApiName" ;
7
9
export * from "./isS3GetSignedUrlApiUsed" ;
8
10
export * from "./isS3UploadApiUsed" ;
9
11
export * from "./removePromiseCalls" ;
10
- export * from "./replaceAwsIdentity " ;
12
+ export * from "./renameErrorCodeWithName " ;
11
13
export * from "./replaceAwsError" ;
14
+ export * from "./replaceAwsIdentity" ;
12
15
export * from "./replaceS3GetSignedUrlApi" ;
13
16
export * from "./replaceS3UploadApi" ;
14
17
export * from "./replaceWaiterApi" ;
15
- export * from "./getCommandName" ;
16
- export * from "./getClientIdentifiersRecord" ;
17
- export * from "./renameErrorCodeWithName" ;
Original file line number Diff line number Diff line change 1
1
export * from "./getClientMetadataRecord" ;
2
+ export * from "./getClientNamesFromDeepImport" ;
2
3
export * from "./getClientNamesFromGlobal" ;
3
4
export * from "./getClientNamesRecord" ;
4
- export * from "./getClientNamesFromDeepImport" ;
Original file line number Diff line number Diff line change 1
1
export * from "./addNamedModule" ;
2
- export * from "./getImportSpecifiers" ;
3
2
export * from "./getImportEqualsDeclarations" ;
3
+ export * from "./getImportSpecifiers" ;
4
4
export * from "./removeImportEquals" ;
Original file line number Diff line number Diff line change 1
1
export * from "./addNamedModule" ;
2
- export * from "./getImportSpecifiers" ;
3
2
export * from "./getImportDeclarations" ;
3
+ export * from "./getImportSpecifiers" ;
4
4
export * from "./removeImport" ;
Original file line number Diff line number Diff line change 1
1
export * from "./getClientDeepImportPath" ;
2
2
export * from "./getClientNewExpression" ;
3
3
export * from "./getFormattedSourceString" ;
4
- export * from "./getMostUsedStringLiteralQuote" ;
5
4
export * from "./getMostUsedIndentationType" ;
5
+ export * from "./getMostUsedStringLiteralQuote" ;
6
6
export * from "./getValueIndentedWithTabs" ;
7
7
export * from "./isTrailingCommaUsed" ;
8
8
export * from "./isTypeScriptFile" ;
Original file line number Diff line number Diff line change @@ -1936,6 +1936,7 @@ __metadata:
1936
1936
aws-sdk : " npm:2.1563.0"
1937
1937
eslint : " npm:^8.57.0"
1938
1938
eslint-plugin-import : " npm:^2.29.1"
1939
+ eslint-plugin-sort-export-all : " npm:^1.4.1"
1939
1940
jscodeshift : " npm:0.15.2"
1940
1941
lint-staged : " npm:^15.2.2"
1941
1942
prettier : " npm:3.2.5"
@@ -2977,6 +2978,17 @@ __metadata:
2977
2978
languageName : node
2978
2979
linkType : hard
2979
2980
2981
+ " eslint-plugin-sort-export-all@npm:^1.4.1 " :
2982
+ version : 1.4.1
2983
+ resolution : " eslint-plugin-sort-export-all@npm:1.4.1"
2984
+ dependencies :
2985
+ natural-compare : " npm:^1.4.0"
2986
+ peerDependencies :
2987
+ eslint : ^4 || ^5 || ^6 || ^7 || ^8
2988
+ checksum : 10c0/da105c7625fffd08a36bd5d7e4c79ee69d0011232125b55aec2d48396e82ef8cc906bb4582b9b07159877f185ce6452470df12e44cb450977219ff8fd3008feb
2989
+ languageName : node
2990
+ linkType : hard
2991
+
2980
2992
" eslint-scope@npm:^7.2.2 " :
2981
2993
version : 7.2.2
2982
2994
resolution : " eslint-scope@npm:7.2.2"
You can’t perform that action at this time.
0 commit comments