We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
url
1 parent 09cb998 commit 5d0c69fCopy full SHA for 5d0c69f
src/rules/rule-config.d.ts
@@ -26,6 +26,13 @@ export interface SecondaryOptions {
26
* @see [configure message](https://stylelint.io/user-guide/configure#message)
27
*/
28
message?: string | ((...args: any[]) => string)
29
+
30
+ /**
31
+ * You can use the url secondary option to provide a custom link to external docs.
32
+ * These urls can then be displayed in custom formatters.
33
+ * @see [configure url](https://stylelint.io/user-guide/configure#url)
34
+ */
35
+ url?: string
36
}
37
38
/**
0 commit comments