File tree Expand file tree Collapse file tree 2 files changed +17
-18
lines changed
Expand file tree Collapse file tree 2 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 4949 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
5050 "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
5151 "test-api" : " node --conditions development test.js" ,
52- "test-coverage" : " c8 --check-coverage -- 100 --reporter lcov npm run test-api" ,
52+ "test-coverage" : " c8 --100 --reporter lcov npm run test-api" ,
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"
62- },
63- "xo" : {
64- "prettier" : true ,
65- "rules" : {
66- "unicorn/prefer-string-replace-all" : " off"
67- }
58+ "singleQuote" : true ,
59+ "tabWidth" : 2 ,
60+ "trailingComma" : " none" ,
61+ "useTabs" : false
6862 },
6963 "remarkConfig" : {
7064 "plugins" : [
71- " preset-wooorm"
65+ " remark- preset-wooorm"
7266 ]
7367 },
7468 "typeCoverage" : {
7569 "atLeast" : 100 ,
7670 "detail" : true ,
71+ "ignoreCatch" : true ,
7772 "strict" : true
73+ },
74+ "xo" : {
75+ "prettier" : true ,
76+ "rules" : {
77+ "unicorn/prefer-string-replace-all" : " off"
78+ }
7879 }
7980}
Original file line number Diff line number Diff line change 11{
2- "include" : [" **/**.js" ],
3- "exclude" : [" coverage/" , " node_modules/" ],
42 "compilerOptions" : {
53 "checkJs" : true ,
4+ "customConditions" : [" development" ],
65 "declaration" : true ,
76 "emitDeclarationOnly" : true ,
87 "exactOptionalPropertyTypes" : true ,
9- "forceConsistentCasingInFileNames" : true ,
108 "lib" : [" es2020" ],
119 "module" : " node16" ,
12- "newLine" : " lf" ,
13- "skipLibCheck" : true ,
1410 "strict" : true ,
1511 "target" : " es2020"
16- }
12+ },
13+ "exclude" : [" coverage/" , " node_modules/" ],
14+ "include" : [" **/*.js" ]
1715}
You can’t perform that action at this time.
0 commit comments