rsnext/.vscode/settings.json

9 lines
178 B
JSON
Raw Normal View History

{
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
]
}