mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
9 lines
243 B
JSON
9 lines
243 B
JSON
{
|
|
"prettier.endOfLine": "lf",
|
|
"editor.formatOnSave": true,
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
}
|