mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
8 lines
166 B
JSON
8 lines
166 B
JSON
{
|
|
"extends": "//",
|
|
"files": {
|
|
"includes": ["!e2e/**/*Generated.ts", "!scripts/*.mjs"]
|
|
},
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json"
|
|
}
|