summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 21:54:18 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 21:54:18 +0300
commitf49a9ddf6694d1542171c4ce8bd4ea153493319a (patch)
tree7594e8cb3d92946241c345191051691308893e5a /src
parent2bd897000434fd05ba2b136b800a7bee7099f2e8 (diff)
downloadeslint-config-f49a9ddf6694d1542171c4ce8bd4ea153493319a.tar.xz
eslint-config-f49a9ddf6694d1542171c4ce8bd4ea153493319a.zip
feat(eslint): Rule "multiline-comment-style'
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/default.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/default.json b/src/rules/default.json
index d9d03f4..ce5bbe1 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -89,6 +89,10 @@
"lines-around-directive": [
"off"
],
+ "multiline-comment-style": [
+ "error",
+ "starred-block"
+ ],
"new-cap": [
"error",
{