|
73 | 73 | "tailwindCSS.validate": {
|
74 | 74 | "type": "boolean",
|
75 | 75 | "default": true,
|
76 |
| - "markdownDescription": "", |
| 76 | + "markdownDescription": "Enable linting", |
77 | 77 | "scope": "language-overridable"
|
78 | 78 | },
|
79 | 79 | "tailwindCSS.lint.utilityConflicts": {
|
|
84 | 84 | "error"
|
85 | 85 | ],
|
86 | 86 | "default": "warning",
|
87 |
| - "markdownDescription": "", |
| 87 | + "markdownDescription": "Class names on the same HTML element which apply the same CSS property or properties", |
88 | 88 | "scope": "language-overridable"
|
89 | 89 | },
|
90 | 90 | "tailwindCSS.lint.invalidApply": {
|
|
95 | 95 | "error"
|
96 | 96 | ],
|
97 | 97 | "default": "error",
|
98 |
| - "markdownDescription": "", |
| 98 | + "markdownDescription": "Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply)", |
99 | 99 | "scope": "language-overridable"
|
100 | 100 | },
|
101 | 101 | "tailwindCSS.lint.invalidScreen": {
|
|
106 | 106 | "error"
|
107 | 107 | ],
|
108 | 108 | "default": "error",
|
109 |
| - "markdownDescription": "", |
| 109 | + "markdownDescription": "Unknown screen name used with the [`@screen` directive](https://tailwindcss.com/docs/functions-and-directives/#screen)", |
110 | 110 | "scope": "language-overridable"
|
111 | 111 | },
|
112 | 112 | "tailwindCSS.lint.invalidVariant": {
|
|
117 | 117 | "error"
|
118 | 118 | ],
|
119 | 119 | "default": "error",
|
120 |
| - "markdownDescription": "", |
| 120 | + "markdownDescription": "Unknown variant name used with the [`@variants` directive](https://tailwindcss.com/docs/functions-and-directives/#variants)", |
121 | 121 | "scope": "language-overridable"
|
122 | 122 | },
|
123 | 123 | "tailwindCSS.lint.invalidConfigPath": {
|
|
128 | 128 | "error"
|
129 | 129 | ],
|
130 | 130 | "default": "error",
|
131 |
| - "markdownDescription": "", |
| 131 | + "markdownDescription": "Unknown or invalid path used with the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme)", |
132 | 132 | "scope": "language-overridable"
|
133 | 133 | },
|
134 | 134 | "tailwindCSS.lint.invalidTailwindDirective": {
|
|
139 | 139 | "error"
|
140 | 140 | ],
|
141 | 141 | "default": "error",
|
142 |
| - "markdownDescription": "", |
| 142 | + "markdownDescription": "Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs/functions-and-directives/#tailwind)", |
143 | 143 | "scope": "language-overridable"
|
144 | 144 | }
|
145 | 145 | }
|
|
0 commit comments