Skip to content

Commit d2c049f

Browse files
authored
chore: enable adjacent-overload-singnature test (#171)
1 parent 721a1c1 commit d2c049f

File tree

3 files changed

+934
-1
lines changed

3 files changed

+934
-1
lines changed

packages/rslint-test-tools/rstest.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ export default defineConfig({
77
'./tests/typescript-eslint/rules/await-thenable.test.ts',
88
'./tests/typescript-eslint/rules/no-array-delete.test.ts',
99
'./tests/typescript-eslint/rules/no-for-in-array.test.ts',
10+
'./tests/typescript-eslint/rules/adjacent-overload-signatures.test.ts',
1011
],
1112
});

0 commit comments

Comments
 (0)