Skip to content

Commit 3f0ff6a

Browse files
committed
chore: update tsslint.config.ts
1 parent bfa90ae commit 3f0ff6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsslint.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { Rules, defineConfig } from '@tsslint/config';
1+
import type { Rules } from '@tsslint/config';
22
import type * as ts from 'typescript';
33
// @ts-ignore
44
import * as path from 'node:path';
55

6-
export default defineConfig({
6+
export default {
77
rules: getDefaultRules(),
8-
});
8+
};
99

1010
export function getDefaultRules(): Rules {
1111
return {

0 commit comments

Comments
 (0)