Skip to content

Commit 85ffb4b

Browse files
committed
fix
1 parent 621c7a2 commit 85ffb4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/eslint-plugin-svelte/tests/src/rules/@typescript-eslint/original-tests/no-unnecessary-condition.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const ruleTester = new RuleTester({
1818
parser: require('@typescript-eslint/parser'),
1919
parserOptions: {
2020
tsconfigRootDir: rootPath,
21-
project: './tsconfig.json'
21+
project: './tsconfig.json',
22+
disallowAutomaticSingleRunInference: true
2223
}
2324
}
2425
});

0 commit comments

Comments
 (0)