There was an error while loading. Please reload this page.
1 parent ad76d42 commit ca16fedCopy full SHA for ca16fed
1 file changed
eslint.config.mjs
@@ -48,7 +48,7 @@ export default defineConfig([
48
"@typescript-eslint/require-await": "off",
49
"@typescript-eslint/restrict-template-expressions": "off",
50
"@typescript-eslint/return-await": "off",
51
- "@typescript-eslint/sort-type-constituents": "warn",
+ "@typescript-eslint/sort-type-constituents": "off",
52
"comma-dangle": ["warn", "always-multiline"],
53
"func-style": ["warn", "declaration"],
54
indent: ["warn", 2, { SwitchCase: 1 }],
0 commit comments