From: Jérôme Benoit Date: Sun, 20 Aug 2023 10:20:45 +0000 (+0200) Subject: build: silence linter on examples X-Git-Tag: v2.6.31~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=417b3b41318ba43b9d4bfbb27a4680a0e0f6a2c1;p=poolifier.git build: silence linter on examples Signed-off-by: Jérôme Benoit --- diff --git a/.eslintrc.js b/.eslintrc.js index 7453ecbf..24714013 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -134,6 +134,7 @@ module.exports = defineConfig({ '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/no-unnecessary-type-assertion': 'off', + '@typescript-eslint/no-redundant-type-constituents': 'off', '@typescript-eslint/strict-boolean-expressions': 'off', '@typescript-eslint/return-await': 'off' }