Skip to content

Instantly share code, notes, and snippets.

View guidefari's full-sized avatar
🎧

Guide Fari guidefari

🎧
View GitHub Profile
@guidefari
guidefari / .oxfmtrc.json
Created July 5, 2026 10:11
Strictest JS/TS defaults — oxlint, tsconfig, vitest, oxfmt
{
"$schema": "https://raw.githubusercontent.com/nicksrandall/oxfmt/refs/heads/main/configuration_schema.json",
"semi": false,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all",
"arrowParens": "always",
"bracketSpacing": true,