diff --git a/package.json b/package.json index eb1c050d8f60b87d9618f8b283483c7fd465a8c4..b077920536fbfd020d6a87d6eba34684032eb9f2 100755 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "tailwindCSS.validate": { "type": "boolean", "default": true, - "markdownDescription": "Enable linting", + "markdownDescription": "", "scope": "language-overridable" }, "tailwindCSS.lint.utilityConflicts": { @@ -84,7 +84,7 @@ "warning", "error" ], "default": "warning", - "markdownDescription": "Class names on the same HTML element which apply the same CSS property or properties", + "markdownDescription": "", "scope": "language-overridable" }, "tailwindCSS.lint.invalidApply": { @@ -95,7 +95,7 @@ "warning", "error" ], "default": "error", - "markdownDescription": "Unsupported use of the [`@apply` directive](https://tailwindcss.com/docs/functions-and-directives/#apply)", + "markdownDescription": "", "scope": "language-overridable" }, "tailwindCSS.lint.invalidScreen": { @@ -106,7 +106,7 @@ "warning", "error" ], "default": "error", - "version": "0.3.1", + "repository": { "description": "Tailwind CSS tooling for Visual Studio Code", "scope": "language-overridable" }, @@ -118,7 +118,7 @@ "warning", "error" ], "default": "error", - "markdownDescription": "Unknown variant name used with the [`@variants` directive](https://tailwindcss.com/docs/functions-and-directives/#variants)", + "markdownDescription": "", "scope": "language-overridable" }, "tailwindCSS.lint.invalidConfigPath": { @@ -129,7 +129,7 @@ "warning", "error" ], "default": "error", - "markdownDescription": "Unknown or invalid path used with the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme)", + "markdownDescription": "", "scope": "language-overridable" }, "tailwindCSS.lint.invalidTailwindDirective": { @@ -140,7 +140,7 @@ "warning", "error" ], "default": "error", - "markdownDescription": "Unknown value used with the [`@tailwind` directive](https://tailwindcss.com/docs/functions-and-directives/#tailwind)", + "markdownDescription": "", "scope": "language-overridable" } }