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