File tree Expand file tree Collapse file tree 4 files changed +192
-32
lines changed Expand file tree Collapse file tree 4 files changed +192
-32
lines changed Original file line number Diff line number Diff line change 7272 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
7373 "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
7474 "test-api" : " node --conditions development test/index.js" ,
75- "test-coverage" : " c8 --check-coverage -- 100 --reporter lcov npm run test-api" ,
75+ "test-coverage" : " c8 --100 --reporter lcov npm run test-api" ,
7676 "test" : " npm run build && npm run format && npm run test-coverage"
7777 },
7878 "prettier" : {
79- "tabWidth" : 2 ,
80- "useTabs" : false ,
81- "singleQuote" : true ,
8279 "bracketSpacing" : false ,
8380 "semi" : false ,
84- "trailingComma" : " none"
81+ "singleQuote" : true ,
82+ "tabWidth" : 2 ,
83+ "trailingComma" : " none" ,
84+ "useTabs" : false
85+ },
86+ "remarkConfig" : {
87+ "plugins" : [
88+ " remark-preset-wooorm"
89+ ]
90+ },
91+ "typeCoverage" : {
92+ "atLeast" : 100 ,
93+ "detail" : true ,
94+ "ignoreCatch" : true ,
95+ "strict" : true
8596 },
8697 "xo" : {
87- "prettier" : true ,
88- "rules" : {
89- "max-params" : " off" ,
90- "unicorn/prefer-at" : " off"
91- },
9298 "overrides" : [
9399 {
94100 "files" : [
98104 "no-await-in-loop" : 0
99105 }
100106 }
101- ]
102- },
103- "remarkConfig" : {
104- "plugins" : [
105- " preset-wooorm"
106- ]
107- },
108- "typeCoverage" : {
109- "atLeast" : 100 ,
110- "detail" : true ,
111- "strict" : true
107+ ],
108+ "prettier" : true ,
109+ "rules" : {
110+ "max-params" : " off" ,
111+ "unicorn/prefer-at" : " off"
112+ }
112113 }
113114}
You can’t perform that action at this time.
0 commit comments