mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
8 lines
220 B
JSON
8 lines
220 B
JSON
{
|
|
"yaml.format.singleQuote": true,
|
|
"eslint.workingDirectories": ["./hyperglass/ui"],
|
|
"python.linting.mypyEnabled": false,
|
|
"python.linting.enabled": false,
|
|
"prettier.configPath": "./hyperglass/ui/.prettierrc"
|
|
}
|