Skip to content

Commit b0fbc91

Browse files
authored
chore: enable no-duplicate-type-constituents test (#182)
1 parent ac9a2ae commit b0fbc91

File tree

3 files changed

+1344
-0
lines changed

3 files changed

+1344
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ export default defineConfig({
1010
'./tests/typescript-eslint/rules/class-literal-property-style.test.ts',
1111
'./tests/typescript-eslint/rules/no-array-delete.test.ts',
1212
'./tests/typescript-eslint/rules/no-confusing-void-expression.test.ts',
13+
'./tests/typescript-eslint/rules/no-duplicate-type-constituents.test.ts',
1314
],
1415
});

0 commit comments

Comments
 (0)