Files
Hubert Bieszczad bf79ad8ed9 chore: use oxlint instead of eslint (#503)
* chore: use oxlint instead of eslint

* style: oxlint-disable comments
2026-04-21 12:08:44 +02:00

27 lines
679 B
JSON

{
"typescript": {
"lineWidth": 150,
"indentWidth": 4,
"semiColons": "asi",
"quoteStyle": "alwaysSingle",
"trailingCommas": "onlyMultiLine",
"preferSingleLine": false,
"jsx.quoteStyle": "preferDouble",
"constructorType.spaceAfterNewKeyword": true,
"constructSignature.spaceAfterNewKeyword": true
},
"json": {
"indentWidth": 4
},
"excludes": [
"**/node_modules",
"**/*-lock.json",
"dist",
"bun.lockb"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.95.15.wasm",
"https://plugins.dprint.dev/json-0.21.3.wasm"
]
}