From: Jérôme Benoit Date: Tue, 24 Jan 2023 21:00:21 +0000 (+0100) Subject: Cleanup eslint rules X-Git-Tag: v2.3.8~41 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=220f79a5ecd78ee609430f90af496a599f0118d9;p=poolifier.git Cleanup eslint rules Signed-off-by: Jérôme Benoit --- 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', {