lookingglass/.vscode/settings.json
2024-02-27 17:44:19 -05:00

7 lines
225 B
JSON

{
"yaml.format.singleQuote": true,
"eslint.workingDirectories": ["./hyperglass/ui"],
"python.linting.mypyEnabled": false,
"python.linting.enabled": false,
"biome.lspBin": "./hyperglass/ui/node_modules/.bin/biome"
}