diff --git a/.eslintrc.js b/.eslintrc.js index 0e188f0a..bb3b11e9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,7 +27,7 @@ module.exports = { }, ], "sort-imports": [ - "error", + "warning", { ignoreCase: true, ignoreDeclarationSort: true,