From 2634de2bbc0c054ef073d48308eccd50e4a962b3 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:21:03 +0900 Subject: [PATCH] sort-imports off --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 94c47047..f5154a7e 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -81,6 +81,7 @@ module.exports = { ], 'quote-props': 0, 'require-unicode-regexp': 0, + 'sort-imports': 0, 'sort-keys': 0, 'sort-vars': 0, 'space-before-function-paren': [