diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 14:18:24 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 14:18:24 +0300 |
commit | db71e72427bb79452e97cd80ace95a9b3b2c838f (patch) | |
tree | 4af2b6fce7478edd6c4b58d9782ba74cdeaf0830 /src/rules/vue/default.json | |
parent | 487b390fd32418392004a7510ccbfa48ecb346fc (diff) | |
download | eslint-config-db71e72427bb79452e97cd80ace95a9b3b2c838f.tar.xz eslint-config-db71e72427bb79452e97cd80ace95a9b3b2c838f.zip |
update(vue): html-quotes
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules/vue/default.json')
-rw-r--r-- | src/rules/vue/default.json | 5 |
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", |