Skip to content

FR: Provide a JSON Schema for .swift-format #932

Open
@jasikpark

Description

@jasikpark

BiomeJS provides a JSON Schema with their configuration file:

{
  "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
  "formatter": {
    "enabled": false
  },
  "linter": {
    "enabled": false
  },
  "organizeImports": {
    "enabled": false
  }
}

It would be great to have that for swift-format, in addition to separating out the formatting and linting rules more clearly and allowing to disable one or the other entirely as you can in their configuration file.

The main ask is just for the schema file though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions