From a3bbe3c162eb4985593d0515f6e5a1d03993aae3 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Sun, 10 May 2020 15:15:19 +0900 Subject: [PATCH] Improve HTML comment directives. - Add the support of descriptions in directive comments. - Add the support for block-level directive comments. --- docs/rules/comment-directive.md | 53 ++++++++++- docs/user-guide/README.md | 2 +- lib/rules/comment-directive.js | 73 +++++++++++++--- package.json | 2 +- tests/lib/rules/comment-directive.js | 126 +++++++++++++++++++++++++++ 5 files changed, 238 insertions(+), 18 deletions(-) diff --git a/docs/rules/comment-directive.md b/docs/rules/comment-directive.md index 7ff91450c..33ad1fa9d 100644 --- a/docs/rules/comment-directive.md +++ b/docs/rules/comment-directive.md @@ -9,7 +9,7 @@ description: support comment-directives in `