File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed
Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 5353 "test" : " npm run build && npm run format && npm run test-coverage"
5454 },
5555 "prettier" : {
56- "tabWidth" : 2 ,
57- "useTabs" : false ,
58- "singleQuote" : true ,
5956 "bracketSpacing" : false ,
6057 "semi" : false ,
61- "trailingComma" : " none"
58+ "singleQuote" : true ,
59+ "tabWidth" : 2 ,
60+ "trailingComma" : " none" ,
61+ "useTabs" : false
6262 },
6363 "remarkConfig" : {
6464 "plugins" : [
6868 "typeCoverage" : {
6969 "atLeast" : 100 ,
7070 "detail" : true ,
71- "strict " : true ,
72- "ignoreCatch " : true
71+ "ignoreCatch " : true ,
72+ "strict " : true
7373 },
7474 "xo" : {
7575 "prettier" : true
Original file line number Diff line number Diff line change 11{
2- "include" : [" **/*.js" ],
3- "exclude" : [" coverage/" , " node_modules/" ],
42 "compilerOptions" : {
5- "customConditions" : [" development" ],
63 "checkJs" : true ,
4+ "customConditions" : [" development" ],
75 "declaration" : true ,
86 "emitDeclarationOnly" : true ,
97 "exactOptionalPropertyTypes" : true ,
10- "forceConsistentCasingInFileNames" : true ,
11- "lib" : [" es2020" ],
8+ "lib" : [" es2022" ],
129 "module" : " node16" ,
13- "newLine" : " lf" ,
1410 "strict" : true ,
15- "target" : " es2020"
16- }
11+ "target" : " es2022"
12+ },
13+ "exclude" : [" coverage/" , " node_modules/" ],
14+ "include" : [" **/*.js" ]
1715}
You can’t perform that action at this time.
0 commit comments