From 220f79a5ecd78ee609430f90af496a599f0118d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 24 Jan 2023 22:00:21 +0100 Subject: [PATCH] Cleanup eslint rules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7448b400..e14d78ad 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -19,8 +19,6 @@ module.exports = defineConfig({ 'plugin:promise/recommended' ], rules: { - 'no-void': 'off', - 'sort-imports': [ 'warn', { -- 2.34.1