Skip to content

Commit ca16fed

Browse files
committed
fix
1 parent ad76d42 commit ca16fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default defineConfig([
4848
"@typescript-eslint/require-await": "off",
4949
"@typescript-eslint/restrict-template-expressions": "off",
5050
"@typescript-eslint/return-await": "off",
51-
"@typescript-eslint/sort-type-constituents": "warn",
51+
"@typescript-eslint/sort-type-constituents": "off",
5252
"comma-dangle": ["warn", "always-multiline"],
5353
"func-style": ["warn", "declaration"],
5454
indent: ["warn", 2, { SwitchCase: 1 }],

0 commit comments

Comments
 (0)