tods-competition-factory 2.2.49 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "seeding",
23
23
  "tennis"
24
24
  ],
25
- "version": "2.2.49",
25
+ "version": "2.3.0",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -95,6 +95,8 @@
95
95
  "lint:staged": "TZ=UTC lint-staged",
96
96
  "lint:tsc": "tsc --project tsconfig.json",
97
97
  "lint": "eslint src --fix --cache",
98
+ "lint:md": "markdownlint-cli2 \"**/*.md\"",
99
+ "lint:md:fix": "markdownlint-cli2 --fix \"**/*.md\"",
98
100
  "lint:report": "eslint src & eslint --cache src -f json > eslint-report.json",
99
101
  "prepare": "rimraf dist && rollup --config && ./esbuild.mjs && $(./addVersion $npm_package_version)",
100
102
  "prepublishOnly": "./addVersion $npm_package_version && pinst --disable",
@@ -165,6 +167,7 @@
165
167
  "husky": "9.1.7",
166
168
  "jest": "30.2.0",
167
169
  "lint-staged": "16.2.7",
170
+ "markdownlint-cli2": "^0.20.0",
168
171
  "pinst": "3.0.0",
169
172
  "prettier": "3.8.1",
170
173
  "prettier-eslint": "16.4.2",