From 980c70168297eb7a1ef9f7a483488d1f48a26076 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 23 Jun 2020 19:30:51 +0100 Subject: [PATCH] update setting description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c209d4b..a3f27c5 100755 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "tailwindCSS.validate": { "type": "boolean", "default": true, - "markdownDescription": "Enable linting", + "markdownDescription": "Enable linting. Rules can be configured individually using the `tailwindcss.lint.*` settings", "scope": "language-overridable" }, "tailwindCSS.lint.cssConflict": {