diff --git a/.eslintrc.js b/.eslintrc.js index 3c49f681a..64382e4df 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,6 +7,7 @@ module.exports = { files: [`integration/**/*.{${ts}}`], parser: '@typescript-eslint/parser', parserOptions: { + // seek-oss/eslint-config-seek#124 // typescript-eslint/typescript-eslint#3851 allowAutomaticSingleRunInference: false, },