chore: invert order for format script

This commit is contained in:
Vlad Frangu
2025-06-14 00:05:57 +03:00
parent 612c49b546
commit 929768ef31
11 changed files with 16 additions and 10 deletions

View File

@@ -276,5 +276,11 @@ export default tseslint.config(
rules: { 'tsdoc/syntax': 0 },
},
prettierRuleset,
{
rules: {
// Re-enable curly brace rule
curly: 2,
},
},
// oxlintRuleset,
);