From d4d8dd83115d106277eec1f91d634198d1ccd9dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 22 Sep 2023 17:34:05 +0200 Subject: [PATCH] build: cleanup eslint configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0f45749..1a4b9ab 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -19,14 +19,5 @@ module.exports = defineConfig({ 'plugin:jsdoc/recommended', 'plugin:import/recommended', 'plugin:promise/recommended' - ], - rules: { - 'sort-imports': [ - 'warn', - { - ignoreDeclarationSort: true - } - ], - 'import/order': 'warn' - } + ] }) -- 2.43.0