English | 简体中文 | Github | Gitee
- Add the
$schema
attribute to the json file. (Not recommended)
"$schema": "https://abgox.github.io/schema/biomejs/zh-CN/biome-min.json",
- vscode
settings.json
"json.schemas": [
{
"url": "https://abgox.github.io/schema/biomejs/zh-CN/biome-min.json",
"fileMatch": [
"biome.json"
]
}
]
- WebStorm
- Add it yourself in Settings
Settings
=>Languages & Frameworks
=>Schemas and DTDS
=>JSON Schema Mappings
-
Add the
-min
from the file name, which means the compressed file. (e.g.biome.json
)- Uncompressed version: https://abgox.github.io/schema/biomejs/zh-CN/biome.json
- Compressed version: https://abgox.github.io/schema/biomejs/zh-CN/biome-min.json