7 lines
204 B
JSON
7 lines
204 B
JSON
|
{
|
||
|
"python.pythonPath": "env/bin/python",
|
||
|
"prettier.disableSuccessMessage": true,
|
||
|
"eslint.autoFixOnSave": true,
|
||
|
"eslint.filetypes": ["javascript", "javascriptreact", "typescript", "typescriptreact"]
|
||
|
}
|