aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-19 14:18:24 +0300
committerValentin Popov <info@valentineus.link>2020-02-19 14:18:24 +0300
commitdb71e72427bb79452e97cd80ace95a9b3b2c838f (patch)
tree4af2b6fce7478edd6c4b58d9782ba74cdeaf0830
parent487b390fd32418392004a7510ccbfa48ecb346fc (diff)
downloadeslint-config-db71e72427bb79452e97cd80ace95a9b3b2c838f.tar.xz
eslint-config-db71e72427bb79452e97cd80ace95a9b3b2c838f.zip
update(vue): html-quotes
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--src/rules/vue/default.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rules/vue/default.json b/src/rules/vue/default.json
index fb82989..376b47c 100644
--- a/src/rules/vue/default.json
+++ b/src/rules/vue/default.json
@@ -49,7 +49,10 @@
],
"vue/html-quotes": [
"error",
- "double"
+ "double",
+ {
+ "avoidEscape": false
+ }
],
"vue/html-self-closing": [
"error",