mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
26 lines
No EOL
436 B
JSON
26 lines
No EOL
436 B
JSON
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"plugins": ["@prettier/plugin-oxc"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.js",
|
|
"options": {
|
|
"parser": "oxc"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.ts",
|
|
"options": {
|
|
"parser": "oxc-ts"
|
|
}
|
|
}
|
|
]
|
|
} |