mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
14 lines
357 B
JSON
14 lines
357 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"editor.formatOnSave": true,
|
|
"vs-code-prettier-eslint.prettierLast": false,
|
|
} |