Skip to content

issues Search Results · repo:Shopify/prettier-plugin-liquid language:TypeScript

Filter by

96 results
 (78 ms)

96 results

inShopify/prettier-plugin-liquid (press backspace or delete to remove)

Describe the bug Prettier replace settings to [ settings ] in the range loop, Unformatted source {% for t in (1..settings.terms_conditions_no) %} {% endfor %} Expected output {% for t in (1..settings.terms_conditions_no) ...
bug
  • imandydoan
  • 1
  • Opened 
    on Apr 20, 2024
  • #221

It doesn t seem possible to disable this feature I tried files.insertFinalNewline : false and insertFinalNewLine : false within .prettierrc and the VS Code settings without success
bug
  • bernier
  • 1
  • Opened 
    on Apr 19, 2024
  • #220

Is your feature request related to a problem? Please describe. 1. script is being formatted regardless of printWidth value 2. label could be improved when formatted based on printWidth image In the ...
  • domaine-preston
  • 3
  • Opened 
    on Mar 7, 2024
  • #217

Describe the bug The prettier-plugin-liquid throws an error [LiquidHTMLParsingError] on a file from the Impulse theme by Archetype. The HTML tag is closed correctly, it s clearly not able to parse the ...
bug
  • mzachdev
  • 1
  • Opened 
    on Nov 10, 2023
  • #214

Describe the bug The prettier-plugin-liquid throws an error [LiquidHTMLParsingError] on a file from the Impulse theme by Archetype. The HTML tag is closed correctly, it s clearly not able to parse the ...
bug
  • mzachdev
  • 2
  • Opened 
    on Nov 10, 2023
  • #213

Describe the bug Error raised when there is an if within a capture Unformatted source {% capture header %} header h1 {{ title }} /h1 {% if item_count 0 %} p You are b $13.00 /b ...
bug
  • Rykus0
  • 1
  • Opened 
    on Oct 20, 2023
  • #211

Describe the bug In Prettier v2, it was possible to just use prettier ., and it would run on on all files, including .liquid files. In Prettier v3, you have to use prettier --write **/*.liquid to make ...
bug
  • andershagbard
  • 8
  • Opened 
    on Sep 15, 2023
  • #208

Describe the bug prettier-ignore-start / -end not respected in markdown files. Unformatted source # Title !-- prettier-ignore-start -- !-- TOC -- * [Title](#title) * [Nested 1.1](#nested-11) ...
bug
  • BernhardBln
  • 2
  • Opened 
    on Aug 29, 2023
  • #206

Describe the bug When using this plugin with Node v14, an html attribute with an empty value e.g. div class= will throw an error since Array.prototype.at is used here in the parser but is not supported ...
bug
  • mattvague
  • 1
  • Opened 
    on Aug 11, 2023
  • #204

Describe the bug The plugin formats the JSON inside a section’s schema, but the output differs from Theme Check so running both Prettier and Theme Check in a theme results in one formatter overwriting ...
bug
  • nikitaourazbaev
  • 1
  • Opened 
    on Aug 4, 2023
  • #201
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub