8 lines
192 B
JSON
8 lines
192 B
JSON
{
|
|
"oxc.fmt.configPath": ".oxfmtrc.json",
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.oxc": "always"
|
|
}
|
|
} |