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

Bug: unnecessary slashes #531

Open
kcap opened this issue Jan 8, 2025 · 0 comments
Open

Bug: unnecessary slashes #531

kcap opened this issue Jan 8, 2025 · 0 comments
Labels
help wanted We are looking for community help

Comments

@kcap
Copy link

kcap commented Jan 8, 2025

Info

Tool Version
Plugin v3.x.x
Prettier v3.x.x
Framework none,vue,angular,svelte
Node vx.x.x
OS win,linux,mac

Prettier config

{
	"plugins": ["prettier-plugin-tailwindcss", "@prettier/plugin-pug"],
	"pugSortAttributes": "asc",
	"pugWrapAttributesThreshold": 4,
	"pugPreserveAttributeBrackets": true,
	"arrowParens": "always",
	"pugSingleQuote": false,
	"pugAttributeSeparator": "none",
	"semi": false,
	"singleQuote": true,
	"tabWidth": 4,
	"useTabs": true
}

Input

div(
 :value!=attributes['data-value']
)

Output or Error

 :value!=attributes[\'data-value\']

Expected Output

 :value!=attributes['data-value']
@Shinigami92 Shinigami92 added the help wanted We are looking for community help label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We are looking for community help
Projects
None yet
Development

No branches or pull requests

2 participants