Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 4.36 KB

README-CN.md

File metadata and controls

66 lines (54 loc) · 4.36 KB

✨schema ✨

English | 简体中文 | Github | Gitee

如何使用

Note

https://abgox.github.io/schema

https://raw.githubusercontent.com/abgox/schema/main

https://gitee.com/abgox/schema/raw/main

  1. 直接在 json 文件中添加 $schema 属性(不推荐)
"$schema": "https://abgox.github.io/schema/biomejs/zh-CN/biome-min.json",
  1. vscode settings.json
  "json.schemas": [
    {
      "url": "https://abgox.github.io/schema/biomejs/zh-CN/biome-min.json",
      "fileMatch": [
        "biome.json"
      ]
    }
  ]
  1. WebStorm
    • 自行在设置中添加
    • 步骤:设置 => 语言与框架 => 架构和 DTD => JSON 架构映射

List

Schema Source
zh-CN
biomejs/biome.json
biomejs/biome-min.json
en-US
biomejs/biome.json
biomejs/biome-min.json
https://raw.githubusercontent.com/biomejs/biome/main/packages/%40biomejs/biome/configuration_schema.json
zh-CN
eslint/eslintrc.json
eslint/eslintrc-min.json
en-US
eslint/eslintrc.json
eslint/eslintrc-min.json
https://json.schemastore.org/eslintrc.json
zh-CN
prettier/prettierrc.json
prettier/prettierrc-min.json
en-US
prettier/prettierrc.json
prettier/prettierrc-min.json
https://json.schemastore.org/prettierrc.json
zh-CN
Scoop/manifest.json
Scoop/manifest-min.json
en-US
Scoop/manifest.json
Scoop/manifest-min.json
zh-CN
typescript/tsconfig.json
typescript/tsconfig-min.json
en-US
typescript/tsconfig.json
typescript/tsconfig-min.json
https://json.schemastore.org/tsconfig.json