Skip to content

Commit

Permalink
Add '--single-attribute-per-line' option to Playground (prettier#13587)
Browse files Browse the repository at this point in the history
Co-authored-by: fisker Cheung <lionkay@gmail.com>
  • Loading branch information
2 people authored and medikoo committed Jan 4, 2024
1 parent d8de9d0 commit 2139f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -3,7 +3,7 @@

[build.environment]
NODE_VERSION = "lts/*"
YARN_VERSION = "1.22.15"
YARN_VERSION = "1.22.19"
[[headers]]
for = "/worker.js"
[headers.values]
Expand Down
1 change: 1 addition & 0 deletions website/playground/Playground.js
Expand Up @@ -47,6 +47,7 @@ const ENABLED_OPTIONS = [
"vueIndentScriptAndStyle",
"embeddedLanguageFormatting",
"bracketSameLine",
"singleAttributePerLine",
];

class Playground extends React.Component {
Expand Down

0 comments on commit 2139f95

Please sign in to comment.