From: Jérôme Benoit Date: Fri, 22 Sep 2023 15:34:05 +0000 (+0200) Subject: build: cleanup eslint configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d4d8dd83115d106277eec1f91d634198d1ccd9dd;p=benchmarks-js.git build: cleanup eslint configuration Signed-off-by: Jérôme Benoit --- 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' - } + ] })