Skip to content

abgox/schema

Repository files navigation

✨schema ✨

English | 简体中文 | Github | Gitee

How to use

  1. Add the $schema attribute to the json file. (Not recommended)
"$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
    • Add it yourself in Settings
    • Settings => Languages & Frameworks => Schemas and DTDS=>JSON Schema Mappings

List

Schema Source
zh-CN
biomejs/biome.json
biomejs/biome-min.json
en-US
biomejs/biome.json
biomejs/biome-min.json
https://github.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
PSCompletions/completion.json
PSCompletions/completion-min.json
en-US
PSCompletions/completion.json
PSCompletions/completion-min.json
zh-CN
PSCompletions/config.json
PSCompletions/config-min.json
en-US
PSCompletions/config.json
PSCompletions/config-min.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