We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
assets/package.json
"devDependencies": { ... "prettier": "^2.3.0", "prettier-plugin-eex": "^0.5.0",
settings.json
{ "prettier.prettierPath": "./assets/node_modules/prettier" }
Given
<header class="" role="navigation" x-data="{ open: false }"> <%= render "_user_menu.html", assigns %> </header>
I get this output
<header class="" role="navigation" x-data="{ open: false }"> <eext1 /> </header>
Executing via command line./assets/node_modules/.bin/prettier --write *******/templates/layout/_nav_bar.html.eex produces same output
./assets/node_modules/.bin/prettier --write *******/templates/layout/_nav_bar.html.eex
The text was updated successfully, but these errors were encountered:
Hey @mfeckie Please take a look at #51
Sorry, something went wrong.
No branches or pull requests
assets/package.json
settings.json
Given
I get this output
Executing via command line
./assets/node_modules/.bin/prettier --write *******/templates/layout/_nav_bar.html.eex
produces same outputThe text was updated successfully, but these errors were encountered: