10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"prettier.enable": false,
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"unocss.root": "apps/www",
|
|
"vitest.enable": true
|
|
}
|