File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type Site from "../core/site.ts";
66export interface Options {
77 /**
88 * Custom Partytown configuration
9- * @link https://partytown.qwik.dev/configuration/
9+ * @see https://partytown.qwik.dev/configuration/
1010 */
1111 options ?: PartytownConfig ;
1212}
Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ import { log } from "../core/utils/log.ts";
1010export interface Options {
1111 /**
1212 * List of plugins to load
13- * @link https://html-validate.org/usage/#plugins
13+ * @see https://html-validate.org/usage/#plugins
1414 */
1515 plugins ?: ConfigData [ "plugins" ] ;
1616
1717 /**
1818 * List of configuration presets to extend.
19- * @link https://html-validate.org/usage/#extends
19+ * @see https://html-validate.org/usage/#extends
2020 */
2121 extends ?: string [ ] ;
2222
2323 /**
2424 * Rules configuration
25- * @link https://html-validate.org/usage/#rules
25+ * @see https://html-validate.org/usage/#rules
2626 */
2727 rules ?: ConfigData [ "rules" ] ;
2828
You can’t perform that action at this time.
0 commit comments