Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Formatter got a different result than Prettier #4262

Open
1 task done
axetroy opened this issue Oct 12, 2024 · 0 comments · May be fixed by #4462
Open
1 task done

📝 Formatter got a different result than Prettier #4262

axetroy opened this issue Oct 12, 2024 · 0 comments · May be fixed by #4462
Assignees
Labels
A-Formatter Area: formatter L-JavaScript Language: JavaScript and super languages S-Bug-confirmed Status: report has been confirmed as a valid bug

Comments

@axetroy
Copy link

axetroy commented Oct 12, 2024

Environment information

CLI:
  Version:                      1.9.2
  Color support:                true

Platform:
  CPU Architecture:             x86_64
  OS:                           windows

Environment:
  BIOME_LOG_PATH:               unset
  BIOME_LOG_PREFIX_NAME:        unset
  BIOME_CONFIG_PATH:            unset
  NO_COLOR:                     unset
  TERM:                         unset
  JS_RUNTIME_VERSION:           "v16.20.2"
  JS_RUNTIME_NAME:              "node"
  NODE_PACKAGE_MANAGER:         unset

Biome Configuration:
  Status:                       Loaded successfully
  Formatter disabled:           false
  Linter disabled:              false
  Organize imports disabled:    true
  VCS disabled:                 true

Formatter:
  Format with errors:           false
  Indent style:                 Space
  Indent width:                 4
  Line ending:                  Lf
  Line width:                   160
  Attribute position:           Auto
  Bracket spacing:              BracketSpacing(true)
  Ignore:                       []
  Include:                      []

JavaScript Formatter:
  Enabled:                      false
  JSX quote style:              Double
  Quote properties:             AsNeeded
  Trailing commas:              None
  Semicolons:                   AsNeeded
  Arrow parentheses:            Always
  Bracket spacing:              unset
  Bracket same line:            false
  Quote style:                  Single
  Indent style:                 unset
  Indent width:                 unset
  Line ending:                  unset
  Line width:                   unset
  Attribute position:           unset

JSON Formatter:
  Enabled:                      true
  Indent style:                 unset
  Indent width:                 unset
  Line ending:                  unset
  Line width:                   unset
  Trailing Commas:              unset

CSS Formatter:
  Enabled:                      true
  Indent style:                 unset
  Indent width:                 unset
  Line ending:                  unset
  Line width:                   unset
  Quote style:                  Double

GraphQL Formatter:
  Enabled:                      false
  Indent style:                 unset
  Indent width:                 unset
  Line ending:                  unset
  Line width:                   unset
  Bracket spacing:              unset
  Quote style:                  unset

Workspace:
  Open Documents:               0

Configuration

{
    "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
    "vcs": {
        "enabled": false,
        "clientKind": "git",
        "useIgnoreFile": false
    },
    "files": {
        "ignoreUnknown": true,
        "ignore": [
            "node_modules/",
            ".git/",
            "dist/",
            "dist_electron/",
            "dist_web/",
            "build",
            "brand/",
            "public/",
            "polyfills/",
            "vue-at/*",
            "src/renderer/adapter/ContextMenu/context.js",
            "packages/cloudoc-app/src/components/iconfont-file-icon/",
            "packages/cloudoc-app/src/gen/",
            "packages/cloudoc-app/src/components/at-input/",
            "packages/cloudoc-app-manager/"
        ]
    },
    "formatter": {
        "enabled": true,
        "indentWidth": 4,
        "indentStyle": "space",
        "lineWidth": 160,
        "lineEnding": "lf"
    },
    "organizeImports": {
        "enabled": false
    },
    "linter": {
        "enabled": true,
        "rules": {
            "recommended": true,
            "suspicious": {
                "noExplicitAny": "off"
            },
            "style": {
                "noParameterAssign": "off",
                "useTemplate": "off",
                "noArguments": "off"
            },
            "a11y": {
                "useGenericFontNames": "off"
            }
        }
    },
    "javascript": {
        "formatter": {
            "quoteStyle": "single",
            "semicolons": "asNeeded",
            "trailingCommas": "none"
        }
    }
}

Playground link

https://biomejs.dev/playground/?lintRules=all&code=ZgB1AG4AYwB0AGkAbwBuACAAVABlAHMAdAAoACkAIAB7AAoAIAAgACAAIAAvAC8AIADEfvZO%2BVsWWbRmMpeEdrll1WwKACAAIAAgACAAdQBzAGUASQBtAHAAZQByAGEAdABpAHYAZQBIAGEAbgBkAGwAZQAoAHIAZQBmACwAIAAoACkAIAA9AD4AIAB7AAoAIAAgACAAIAAgACAAIAAgAHIAZQB0AHUAcgBuACAAewAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgAGEAcwB5AG4AYwAgAHIAZQBmAHIAZQBzAGgAKAApACAAewAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAbABvAGEAZABMAGkAcwB0ACgAKQAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgAH0ACgAgACAAIAAgACAAIAAgACAAfQAKACAAIAAgACAAfQAsACAAWwBsAG8AYQBkAEwAaQBzAHQAXQApAAoAfQAKAA%3D%3D

Code of Conduct

  • I agree to follow Biome's Code of Conduct
@axetroy axetroy added the S-Needs triage Status: this issue needs to be triaged label Oct 12, 2024
@ematipico ematipico added A-Formatter Area: formatter L-JavaScript Language: JavaScript and super languages S-Bug-confirmed Status: report has been confirmed as a valid bug labels Oct 12, 2024
@github-actions github-actions bot removed the S-Needs triage Status: this issue needs to be triaged label Oct 12, 2024
@vohoanglong0107 vohoanglong0107 self-assigned this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Formatter Area: formatter L-JavaScript Language: JavaScript and super languages S-Bug-confirmed Status: report has been confirmed as a valid bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants