forked from mirrors/thatmattlove-hyperglass
7 lines
220 B
JSON
7 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"
|
|
}
|