From c84b5f0c853349a240df45423cdbc9c1ae341477 Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 11 Jan 2020 19:42:54 +0900 Subject: [PATCH] allow sort-vars --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index a3c9a16d..cc04f62b 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -65,6 +65,7 @@ module.exports = { 'quotes': ['error', 'single', { 'avoidEscape': true }], 'quote-props': 0, 'sort-keys': 0, + 'sort-vars': 0, 'space-before-function-paren': ['error', { 'named': 'never' }], 'strict': 0, 'vars-on-top': 0