build: silence linter on examples
[poolifier.git] / .eslintrc.js
index 7453ecbfb1d4e496b39d9c8f5a267b3e9b7c8a9d..24714013b0336326cdb49486360e82d9978df374 100644 (file)
@@ -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'
       }