File tree Expand file tree Collapse file tree 5 files changed +31
-31
lines changed Expand file tree Collapse file tree 5 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
. " $( dirname " $0 " ) /_/husky.sh"
3
3
4
- yarn commitlint -E HUSKY_GIT_PARAMS
4
+ npx --no -- commitlint --edit " ${1} "
Original file line number Diff line number Diff line change
1
+ {
2
+ "compilerOptions" : {
3
+ "baseUrl" : " ./" ,
4
+ "paths" : {
5
+ "@th3rdwave/react-navigation-bottom-sheet" : [" ./src/index" ]
6
+ },
7
+ "allowUnreachableCode" : false ,
8
+ "allowUnusedLabels" : false ,
9
+ "esModuleInterop" : true ,
10
+ "importsNotUsedAsValues" : " error" ,
11
+ "forceConsistentCasingInFileNames" : true ,
12
+ "jsx" : " react" ,
13
+ "lib" : [" esnext" ],
14
+ "module" : " esnext" ,
15
+ "moduleResolution" : " node" ,
16
+ "noFallthroughCasesInSwitch" : true ,
17
+ "noImplicitReturns" : true ,
18
+ "noImplicitUseStrict" : false ,
19
+ "noStrictGenericChecks" : false ,
20
+ "noUnusedLocals" : true ,
21
+ "noUnusedParameters" : true ,
22
+ "resolveJsonModule" : true ,
23
+ "skipLibCheck" : true ,
24
+ "strict" : true ,
25
+ "target" : " esnext"
26
+ }
27
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+
1
2
{
2
- "compilerOptions" : {
3
- "baseUrl" : " ./" ,
4
- "paths" : {
5
- "@th3rdwave/react-navigation-bottom-sheet" : [" ./src/index" ]
6
- },
7
- "allowUnreachableCode" : false ,
8
- "allowUnusedLabels" : false ,
9
- "esModuleInterop" : true ,
10
- "importsNotUsedAsValues" : " error" ,
11
- "forceConsistentCasingInFileNames" : true ,
12
- "jsx" : " react" ,
13
- "lib" : [" esnext" ],
14
- "module" : " esnext" ,
15
- "moduleResolution" : " node" ,
16
- "noFallthroughCasesInSwitch" : true ,
17
- "noImplicitReturns" : true ,
18
- "noImplicitUseStrict" : false ,
19
- "noStrictGenericChecks" : false ,
20
- "noUnusedLocals" : true ,
21
- "noUnusedParameters" : true ,
22
- "resolveJsonModule" : true ,
23
- "skipLibCheck" : true ,
24
- "strict" : true ,
25
- "target" : " esnext"
26
- }
3
+ "extends" : " ./tsconfig.base" ,
4
+ "exclude" : [" example" ]
27
5
}
You can’t perform that action at this time.
0 commit comments