File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 { "type": "docs", "release": "patch" },
99 { "type": "perf", "release": "patch" },
1010 { "type": "refactor", "release": "patch" },
11- { "type": "build", "release": "patch" },
12- { "type": "revert", "release": "patch" },
13- { "type": "ci", "release": "patch" },
14- { "type": "chore", "release": "patch" }
11+ { "type": "build","release": "patch" },
12+ { "type": "revert", "release": "patch" },
13+ { "type": "ci", "release": "patch" },
14+ { "type": "chore", "release": "patch" }
1515 ]
1616 }
1717 ],
Original file line number Diff line number Diff line change 2424 "noUnusedLocals" : true ,
2525 "noUnusedParameters" : true
2626 },
27- "include" : [" ./tests/.config/matchers.d.ts" ],
27+ "include" : [" ./tests/.config/matchers.d.ts" , " **/*.ts " ],
2828 "exclude" : [" node_modules" , " dist" ]
2929}
You can’t perform that action at this time.
0 commit comments